diff options
author | Mike Fulbright <msf@redhat.com> | 2001-02-15 19:43:38 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2001-02-15 19:43:38 +0000 |
commit | 566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a (patch) | |
tree | eb3ab60bb5663bcfed0ffb1348985fa822468e0e /utils | |
parent | 5b7faed44276b553e83b2f8271cce1cb9ba02dd5 (diff) | |
download | anaconda-566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a.tar.gz anaconda-566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a.tar.xz anaconda-566f5aad07b90d8db6c2f0e7b8051d6aedb2cb1a.zip |
update clean rule
Diffstat (limited to 'utils')
-rw-r--r-- | utils/Makefile | 2 |
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 |