diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +1999-07-08 Cristian Gafton <gafton@redhat.com> + + * Makefile: remove *~ on make clean + 1999-07-08 Bill Nottingham <notting@redhat.com> * initscripts.spec: @@ -30,6 +30,7 @@ install: clean: (cd src; make clean) + @rm -fv *~ tag-archive: @cvs -Q tag -F $(CVSTAG) |