distclean rule should depend on clean rule
authorewt <devnull@localhost>
Sun, 29 Sep 1996 02:29:25 +0000 (02:29 +0000)
committerewt <devnull@localhost>
Sun, 29 Sep 1996 02:29:25 +0000 (02:29 +0000)
CVS patchset: 1073
CVS date: 1996/09/29 02:29:25

build/Makefile.in

index 3cefb7a..c2f1e5d 100644 (file)
@@ -28,7 +28,7 @@ $(PROGS): $(LIBOBJECTS)
 clean:
        rm -f *.a *.o *~ $(PROGS)
 
-distclean:
+distclean: clean
        rm -f .depend Makefile
 
 depend: