diff options
author | Erik Troan <ewt@redhat.com> | 2002-01-09 22:46:56 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2002-01-09 22:46:56 +0000 |
commit | cc47d549a3923a9fa9f85c317d7cd0ee540ce55f (patch) | |
tree | b8cb89e764ccc7273c1bf402331f5da81bb9cc71 /isys/Makefile | |
parent | c32239a57daa343aaf4cdcd242424aeeb02d813c (diff) | |
download | anaconda-cc47d549a3923a9fa9f85c317d7cd0ee540ce55f.tar.gz anaconda-cc47d549a3923a9fa9f85c317d7cd0ee540ce55f.tar.xz anaconda-cc47d549a3923a9fa9f85c317d7cd0ee540ce55f.zip |
clean wasn't removing diet bits
Diffstat (limited to 'isys/Makefile')
-rw-r--r-- | isys/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isys/Makefile b/isys/Makefile index 47ace4eb2..747f523ab 100644 --- a/isys/Makefile +++ b/isys/Makefile @@ -57,7 +57,8 @@ libisys-diet.a: libisys-diet.a($(DOBJECTS)) filtertest: filtertest.o libisys.a clean: - rm -f *.o *.so *.lo *.a *.pyc $(TARGET) $(SOBJECTS) $(OBJECTS) $(GENERATED) + rm -f *.o *.so *.lo *.a *.pyc $(TARGET) $(SOBJECTS) $(DOBJECTS) + rm -f $(DIETLIBS) $(OBJECTS) $(GENERATED) for d in $(SUBDIRS); do make -C $$d clean; done install: all |