Use make template for installing binaries.
[metze/samba/wip.git] / source / build / make / rules.mk
index 27a214459a37f4f1884b6578327a1fbbf40ab9f1..f8df8f0b5353e3053f27b14323176a41d93b97e8 100644 (file)
@@ -43,8 +43,6 @@ clean:: clean_pch
        @-find . -name '*.o' -exec rm -f '{}' \;
        @echo Removing hostcc objects
        @-find . -name '*.ho' -exec rm -f '{}' \;
-       @echo Removing binaries
-       @-rm -f $(BIN_PROGS) $(SBIN_PROGS) $(BINARIES) $(TORTURE_PROGS)
        @echo Removing libraries
        @-rm -f $(STATIC_LIBS) $(SHARED_LIBS)
        @-rm -f bin/static/*.a bin/shared/*.$(SHLIBEXT) bin/mergedobj/*.o