aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-01-17 15:51:48 +0000
committerFrancois Pons <fpons@mandriva.com>2001-01-17 15:51:48 +0000
commit41355045f77377466d8ddf6fd74c6459b83f1ea6 (patch)
treec1de28696d578457a6f5f8c79753cd285820693a
parentea931e9f6a0bdbc3c13b59ee61b9e90570337fda (diff)
downloadrpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar
rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar.gz
rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar.bz2
rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar.xz
rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.zip
added gendistrib and removed obsolete tools.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6954d3a..4d8bbad 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 genbasefiles genfilelist packdrake $(PREFIX)/usr/bin
+ install gendistrib packdrake $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) -DVERSION_STRING=\"$(VERSION)\" $< $(LIBRPM) -o $@