aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-03-10 12:36:16 +0000
committerFrancois Pons <fpons@mandriva.com>2000-03-10 12:36:16 +0000
commite491014054d64578775f539790da539b8294a42f (patch)
tree269e0abea15f7699370122a012e62a0ba33fb5b9 /Makefile
parentecad1562e7ef9070a2ecce05c05e0b431dc2045a (diff)
downloadrpmtools-e491014054d64578775f539790da539b8294a42f.tar
rpmtools-e491014054d64578775f539790da539b8294a42f.tar.gz
rpmtools-e491014054d64578775f539790da539b8294a42f.tar.bz2
rpmtools-e491014054d64578775f539790da539b8294a42f.tar.xz
rpmtools-e491014054d64578775f539790da539b8294a42f.zip
*** empty log message ***
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8c4f77e..a70ae03 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ all: $(ALL)
install: $(ALL)
install -d $(PREFIX)/usr/bin
- install -s $(ALL) genhdlist_cz2 build_archive extract_archive $(PREFIX)/usr/bin
+ install -s $(ALL) genhdlist_cz2 genhdlists build_archive extract_archive $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) $< $(LIBRPM) -o $@
@@ -35,4 +35,4 @@ rpm: dis ../$(NAME)-$(VERSION).tar.bz2 $(RPM)
cp -f ../$(NAME)-$(VERSION).tar.bz2 $(RPM)/SOURCES
cp -f $(NAME).spec $(RPM)/SPECS/
-rpm -ba --clean --rmsource $(NAME).spec
- rm -f ../$(NAME)-$(VERSION).tar.bz2 \ No newline at end of file
+ rm -f ../$(NAME)-$(VERSION).tar.bz2