summaryrefslogtreecommitdiffstats
path: root/isys/gzlib/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2002-11-19 20:49:38 +0000
committerBill Nottingham <notting@redhat.com>2002-11-19 20:49:38 +0000
commit5db3de7074a4183cfdbf7e0f5b863bcdd099151b (patch)
tree22a24ee00bfde55b50df75cc1f5f99117dd82ad2 /isys/gzlib/Makefile
parentbcb91a33cbf10acde08d099d48e72c4dc3355527 (diff)
downloadanaconda-5db3de7074a4183cfdbf7e0f5b863bcdd099151b.tar.gz
anaconda-5db3de7074a4183cfdbf7e0f5b863bcdd099151b.tar.xz
anaconda-5db3de7074a4183cfdbf7e0f5b863bcdd099151b.zip
clean up after yourself
Diffstat (limited to 'isys/gzlib/Makefile')
-rw-r--r--isys/gzlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/gzlib/Makefile b/isys/gzlib/Makefile
index b32590416..2ce2258c0 100644
--- a/isys/gzlib/Makefile
+++ b/isys/gzlib/Makefile
@@ -19,7 +19,7 @@ test: libgunzip.a test.c
$(CC) $(CFLAGS) -o test test.c libgunzip.a
clean:
- rm -f libgunzip.a $(OBJS) $(DOBJS)
+ rm -f libgunzip.a $(OBJS) $(DOBJS) $(DIETLIB)
%.do: %.c
diet $(CC) -c $(CFLAGS) -o $@ $<