aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-07 23:36:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-07 23:36:57 +0000
commit18a2943fdceb9c1197cdc2b2253db52a94437747 (patch)
tree866b8e1b7001ba4096feecfa2aa97360da6cc8f1 /Makefile
parent39729db8c4855c43c0c8f74590198cf7e9f2f7ac (diff)
downloadrpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar
rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar.gz
rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar.bz2
rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.tar.xz
rpmtools-18a2943fdceb9c1197cdc2b2253db52a94437747.zip
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d8a77d6..8c4f77e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(ALL)
install: $(ALL)
install -d $(PREFIX)/usr/bin
- install -s $(ALL) genhdlist_cz2 $(PREFIX)/usr/bin
+ install -s $(ALL) genhdlist_cz2 build_archive extract_archive $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@