summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2005-09-09 05:40:30 +0000
committerBill Nottingham <notting@redhat.com>2005-09-09 05:40:30 +0000
commitd7f0ebcec4ca32fa9e1b7172720780168e20223c (patch)
tree25827543b91e622865f54cc6d83d3a53bc6d1d8c
parent5c90ff7b2b9e3486413d87dea2d26ff0e187a99f (diff)
downloadanaconda-d7f0ebcec4ca32fa9e1b7172720780168e20223c.tar.gz
anaconda-d7f0ebcec4ca32fa9e1b7172720780168e20223c.tar.xz
anaconda-d7f0ebcec4ca32fa9e1b7172720780168e20223c.zip
* utils/Makefile: Adjust for changed/removes files
-rw-r--r--ChangeLog1
-rw-r--r--utils/Makefile5
2 files changed, 2 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 71297cf12..db59a83b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@
* utils/trimmodmap: Likewise
* utils/trimpcitable: Likewise
* utils/trimusbmap: Likewise
+ * utils/Makefile: Adjust for changed/removes files
2005-09-08 Paul Nasrat <pnasrat@redhat.com>
diff --git a/utils/Makefile b/utils/Makefile
index bf0704c6e..b05a0bd2c 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -57,14 +57,11 @@ install: all
mkdir -p $(DESTDIR)/usr/bin
mkdir -p $(DESTDIR)/$(RUNTIMEDIR)
install -m755 genhdlist $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 trimpcitable $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 trimmodmap $(DESTDIR)/$(RUNTIMEDIR)
+ install -m755 trimmodalias $(DESTDIR)/$(RUNTIMEDIR)
install -m755 trimpciids $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 trimusbmap $(DESTDIR)/$(RUNTIMEDIR)
install -m755 moddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 filtermoddeps $(DESTDIR)/$(RUNTIMEDIR)
install -m755 modlist $(DESTDIR)/$(RUNTIMEDIR)
- install -m755 checkcards.py $(DESTDIR)/$(RUNTIMEDIR)
install -m755 readmap $(DESTDIR)/$(RUNTIMEDIR)
install -m755 mapshdr $(DESTDIR)/$(RUNTIMEDIR)