diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-05-17 20:53:28 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-05-17 20:53:28 +0000 |
commit | e40f657740056d3bb70445ad79b53bb41001e144 (patch) | |
tree | 25dd14f55c9e7e80be1c2e913d6dd20732b7dfd3 /utils | |
parent | 0372aa881eb6259a839d78e4e8d792c55898baa1 (diff) | |
download | anaconda-e40f657740056d3bb70445ad79b53bb41001e144.tar.gz anaconda-e40f657740056d3bb70445ad79b53bb41001e144.tar.xz anaconda-e40f657740056d3bb70445ad79b53bb41001e144.zip |
don't build genhdlist until we're ready to go with rpm 4.1; tree building uses the one on porkchop anyway
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 267dbbd2e..3f4b57174 100644 --- a/utils/Makefile +++ b/utils/Makefile @@ -18,7 +18,7 @@ endif everything: $(TARGET) -all: modlist $(MODDEPS) genhdlist snarffont mapshdr readmap checkisomd5 implantisomd5 +all: modlist $(MODDEPS) snarffont mapshdr readmap checkisomd5 implantisomd5 modlist: modlist.o |