summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-06 03:13:41 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-06 03:13:41 +0000
commit76c07198c77ae97ed30568b7689b069ac69384c7 (patch)
tree470148bc52780fd3775446944baf72d02593dd15 /utils/Makefile
parent418aa892e8880ac94aa134a426514e4e69cdd02a (diff)
downloadanaconda-76c07198c77ae97ed30568b7689b069ac69384c7.tar.gz
anaconda-76c07198c77ae97ed30568b7689b069ac69384c7.tar.xz
anaconda-76c07198c77ae97ed30568b7689b069ac69384c7.zip
port genhdlist to rpm 4.2. go back to building it and installing it
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 56e7378be..b1b6ceca0 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -19,7 +19,7 @@ endif
everything: $(TARGET)
-all: modlist moddeps snarffont mapshdr readmap
+all: modlist moddeps snarffont mapshdr readmap genhdlist
modlist: modlist.o moduleinfo.o
$(CC) $(LDFLAGS) -o modlist modlist.o moduleinfo.o $(LOADLIBES)
@@ -50,7 +50,7 @@ depends:
install: all
mkdir -p $(DESTDIR)/usr/bin
mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
-# install -m755 genhdlist $(DESTDIR)/$(RUNTIMEDIR)
+ install -m755 genhdlist $(DESTDIR)/$(RUNTIMEDIR)
install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR)
install -m755 moddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR)