make clean now removes generated bin files.
authorShantonu Sen <ssen@mit.edu>
Thu, 1 Jun 2000 06:57:57 +0000 (06:57 +0000)
committerShantonu Sen <ssen@mit.edu>
Thu, 1 Jun 2000 06:57:57 +0000 (06:57 +0000)
etc/Makefile.in

index eec4146..ebd93d3 100644 (file)
@@ -123,7 +123,7 @@ mostlyclean:
        rm -f *~
 
 clean: mostlyclean
-       rm -f $(GENERATED_ETC_FILES)
+       rm -f $(GENERATED_ETC_FILES) $(GENERATED_BIN_FILES)
 
 distclean: clean
        rm -f Makefile