From 1aebc6e4d1fa5d3b1e65bf3b2c0b47830836684c Mon Sep 17 00:00:00 2001 From: Francois Pons Date: Tue, 18 Jun 2002 16:02:09 +0000 Subject: fixes for real addition and installation. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ee68ee1..09303e5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ all: $(ALL) install: $(ALL) install -d $(PREFIX)/usr/bin install -s $(ALL) $(PREFIX)/usr/bin - install gendistrib packdrake $(PREFIX)/usr/bin + install gendistrib genhdlist packdrake $(PREFIX)/usr/bin $(FROMCC): %: %.cc $(CXX) $(CFLAGS) -DVERSION_STRING=\"$(VERSION)\" $< $(LIBRPM) -o $@ -- cgit v1.2.1