clean rpm.shared
authorroot <devnull@localhost>
Mon, 6 May 1996 19:14:52 +0000 (19:14 +0000)
committerroot <devnull@localhost>
Mon, 6 May 1996 19:14:52 +0000 (19:14 +0000)
CVS patchset: 556
CVS date: 1996/05/06 19:14:52

Makefile.in

index b21f6e8..6b643cb 100644 (file)
@@ -91,7 +91,7 @@ clean:
        for d in $(SUBDIRS); do \
                (cd $$d; $(MAKE) $@) ;\
        done
-       rm -f *.a *.o core *~ $(PROGS)
+       rm -f *.a *.o core *~ $(PROGS) rpm.shared
 
 depend:
        $(CPP) $(CFLAGS) -M *.c > .depend