aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5894726..f2b4327 100644
--- a/Makefile
+++ b/Makefile
@@ -16,8 +16,8 @@ all: $(ALL)
install: $(ALL)
install -d $(PREFIX)/usr/bin
install -s $(ALL) $(PREFIX)/usr/bin
- install genhdlist_cz2 genhdlists genfilelist packdrake $(PREFIX)/usr/bin
- $(MAKE) -f Makefile_core $@
+ install genhdlist_cz2 genhdlists genbasefiles genfilelist packdrake $(PREFIX)/usr/bin
+ $(MAKE) -f Makefile_core PREFIX=$(PREFIX)/usr $@
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@