aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-10 14:34:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-10 14:34:25 +0000
commite09ef6afc63f98f21520216bac3d101d43cd01ac (patch)
tree115b8ad89d289febac5ecbae75c0f8c251caa463 /Makefile
parentdc461c3791a66866067e0d33683b70c21003a3ce (diff)
downloadrpmtools-e09ef6afc63f98f21520216bac3d101d43cd01ac.tar
rpmtools-e09ef6afc63f98f21520216bac3d101d43cd01ac.tar.gz
rpmtools-e09ef6afc63f98f21520216bac3d101d43cd01ac.tar.bz2
rpmtools-e09ef6afc63f98f21520216bac3d101d43cd01ac.tar.xz
rpmtools-e09ef6afc63f98f21520216bac3d101d43cd01ac.zip
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a70ae03..b9f409c 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ all: $(ALL)
install: $(ALL)
install -d $(PREFIX)/usr/bin
- install -s $(ALL) genhdlist_cz2 genhdlists build_archive extract_archive $(PREFIX)/usr/bin
+ install -s $(ALL) $(PREFIX)/usr/bin
+ install genhdlist_cz2 genhdlists build_archive extract_archive $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@