aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2002-06-27 18:28:24 +0000
committerFrancois Pons <fpons@mandriva.com>2002-06-27 18:28:24 +0000
commitfdb559c5ca9bbe79c9c40b26cbd0f44ca8b63ce2 (patch)
treedc96f7f1a58a115ded4965fdc3e3f74a20ab096e /Makefile
parent1e9389e2f3fa5940dbd4b8cb20e025e970b743a5 (diff)
downloadrpmtools-fdb559c5ca9bbe79c9c40b26cbd0f44ca8b63ce2.tar
rpmtools-fdb559c5ca9bbe79c9c40b26cbd0f44ca8b63ce2.tar.gz
rpmtools-fdb559c5ca9bbe79c9c40b26cbd0f44ca8b63ce2.tar.bz2
rpmtools-fdb559c5ca9bbe79c9c40b26cbd0f44ca8b63ce2.tar.xz
rpmtools-fdb559c5ca9bbe79c9c40b26cbd0f44ca8b63ce2.zip
4.3-4mdk (forget installation of distriblint)4.3.4
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09303e5..e0b9cd9 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 genhdlist packdrake $(PREFIX)/usr/bin
+ install gendistrib distriblint genhdlist packdrake $(PREFIX)/usr/bin
$(FROMCC): %: %.cc
$(CXX) $(CFLAGS) -DVERSION_STRING=\"$(VERSION)\" $< $(LIBRPM) -o $@