From 41355045f77377466d8ddf6fd74c6459b83f1ea6 Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Wed, 17 Jan 2001 15:51:48 +0000 Subject: added gendistrib and removed obsolete tools. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- cgit v1.2.1