summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-02-15 19:43:38 +0000
committerMike Fulbright <msf@redhat.com>2001-02-15 19:43:38 +0000
commit566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a (patch)
treeeb3ab60bb5663bcfed0ffb1348985fa822468e0e /utils
parent5b7faed44276b553e83b2f8271cce1cb9ba02dd5 (diff)
downloadanaconda-566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a.tar.gz
anaconda-566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a.tar.xz
anaconda-566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a.zip
update clean rule
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index c81cd8f4e..5fc44d15c 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -45,7 +45,7 @@ install: all
# removed genhdlist from clean line so it will be distributed on CDROM image
#
clean:
- rm -f modlist moddeps snarffont *.o
+ rm -f modlist moddeps snarffont genhdlist mapshdr readmap *.o
depend:
$(CPP) -M $(CFLAGS) *.c > .depend