summaryrefslogtreecommitdiffstats
path: root/isys/Makefile
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2002-01-09 22:46:56 +0000
committerErik Troan <ewt@redhat.com>2002-01-09 22:46:56 +0000
commitcc47d549a3923a9fa9f85c317d7cd0ee540ce55f (patch)
treeb8cb89e764ccc7273c1bf402331f5da81bb9cc71 /isys/Makefile
parentc32239a57daa343aaf4cdcd242424aeeb02d813c (diff)
downloadanaconda-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/Makefile3
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