diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 19:01:48 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-03-08 19:01:48 +0100 |
commit | 7bb0d0b649eab94a3339c9d0f2f704a2eb0a6101 (patch) | |
tree | b1d5acc3d08f90e264233fbd08daacf2d730d5aa | |
parent | 03f514869d7514cc7b374db470c8160a086db298 (diff) | |
download | samba-7bb0d0b649eab94a3339c9d0f2f704a2eb0a6101.tar.gz samba-7bb0d0b649eab94a3339c9d0f2f704a2eb0a6101.tar.bz2 samba-7bb0d0b649eab94a3339c9d0f2f704a2eb0a6101.zip |
Remove correct libraries.
(This used to be commit 9caa9d85d1ab86bb575a5359d57919b801737a40)
-rw-r--r-- | source4/build/make/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/build/make/rules.mk b/source4/build/make/rules.mk index 76ede6eae7..6ea187f376 100644 --- a/source4/build/make/rules.mk +++ b/source4/build/make/rules.mk @@ -46,7 +46,7 @@ clean:: clean_pch @echo Removing binaries @-rm -f $(BIN_PROGS) $(SBIN_PROGS) $(BINARIES) $(TORTURE_PROGS) @echo Removing libraries - @-rm -f $(STATIC_LIBRARIES) $(SHARED_LIBRARIES) + @-rm -f $(STATIC_LIBS) $(SHARED_LIBS) @-rm -f bin/static/*.a bin/shared/*.$(SHLIBEXT) bin/mergedobj/*.o @echo Removing modules @-rm -f bin/modules/*/*.$(SHLIBEXT) @@ -167,7 +167,6 @@ uninstallplugins:: installplugins:: @ln -fs $(1) $$(DESTDIR)$$(modulesdir)/$(2)/$(3).$$(SHLIBEXT) - endef define shared_module_install_template |