diff options
author | Francois Pons <fpons@mandriva.com> | 2001-01-17 15:51:48 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-01-17 15:51:48 +0000 |
commit | 41355045f77377466d8ddf6fd74c6459b83f1ea6 (patch) | |
tree | c1de28696d578457a6f5f8c79753cd285820693a /Makefile | |
parent | ea931e9f6a0bdbc3c13b59ee61b9e90570337fda (diff) | |
download | rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar.gz rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar.bz2 rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.tar.xz rpmtools-41355045f77377466d8ddf6fd74c6459b83f1ea6.zip |
added gendistrib and removed obsolete tools.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |