summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-06-15 14:53:25 +0000
committerErik Troan <ewt@redhat.com>2000-06-15 14:53:25 +0000
commit2b87f38392d7bf66bafd8a0cc9124af83114b1e1 (patch)
tree7ea9d50459562dd30c3db81df1878cc7edf04a3a /utils
parent6b190d53a368bc252fe4773e302b1c6c1b5b83da (diff)
downloadanaconda-2b87f38392d7bf66bafd8a0cc9124af83114b1e1.tar.gz
anaconda-2b87f38392d7bf66bafd8a0cc9124af83114b1e1.tar.xz
anaconda-2b87f38392d7bf66bafd8a0cc9124af83114b1e1.zip
install moddeps on ia64
Diffstat (limited to 'utils')
-rw-r--r--utils/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 82a43ade4..4f2dfd0b1 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -35,9 +35,7 @@ install: all
mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
# install -m755 -s genhdlist $(DESTDIR)/usr/bin
install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR)
-ifneq ($(ARCH),ia64)
install -m755 -s moddeps $(DESTDIR)/$(RUNTIMEDIR)
-endif
install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 -s modlist $(DESTDIR)/$(RUNTIMEDIR)
install -m755 -s checkcards.py $(DESTDIR)/$(RUNTIMEDIR)