aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-03-31 15:05:11 +0000
committerFrancois Pons <fpons@mandriva.com>2000-03-31 15:05:11 +0000
commit8a8d13dbd31e7707c70798dd39ef577f10718a2f (patch)
tree8ad78e1534ae30b035a7add04048e60e3613f063 /Makefile
parent0e00ea5201dc638344db1c2200070cda150a4d40 (diff)
downloadrpmtools-8a8d13dbd31e7707c70798dd39ef577f10718a2f.tar
rpmtools-8a8d13dbd31e7707c70798dd39ef577f10718a2f.tar.gz
rpmtools-8a8d13dbd31e7707c70798dd39ef577f10718a2f.tar.bz2
rpmtools-8a8d13dbd31e7707c70798dd39ef577f10718a2f.tar.xz
rpmtools-8a8d13dbd31e7707c70798dd39ef577f10718a2f.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index eb14bad..6270383 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ all: $(ALL)
install: $(ALL)
install -d $(PREFIX)/usr/bin
install -s $(ALL) $(PREFIX)/usr/bin
- install genhdlist_cz2 genhdlists build_archive extract_archive $(PREFIX)/usr/bin
+ install genhdlist_cz2 genhdlists genfilelist build_archive extract_archive $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@