aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2003-12-09 19:38:18 +0000
committerFrancois Pons <fpons@mandriva.com>2003-12-09 19:38:18 +0000
commit4ab4b17a8db598b301d84113dba7ba5ac15a39fe (patch)
tree6c59279af0aab139c742a11efec1cef4a91a9e28 /Makefile
parent8e187470d7003693d839ff79b9b346c727127f7b (diff)
downloadrpmtools-4ab4b17a8db598b301d84113dba7ba5ac15a39fe.tar
rpmtools-4ab4b17a8db598b301d84113dba7ba5ac15a39fe.tar.gz
rpmtools-4ab4b17a8db598b301d84113dba7ba5ac15a39fe.tar.bz2
rpmtools-4ab4b17a8db598b301d84113dba7ba5ac15a39fe.tar.xz
rpmtools-4ab4b17a8db598b301d84113dba7ba5ac15a39fe.zip
added RH 7.3 support4.5.14
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2d5e05b..171ee8e 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ ALL_STATIC = $(FROMC_STATIC) $(FROMCC_STATIC)
CFLAGS = -Wall -g
LIBRPM = -lrpm -lrpmio `perl -e 'local $$_ = qx(rpm -q --qf %{VERSION} rpm); /^4\.0\s*$$/ or print "-lrpmdb"'` -lz -lbz2 -I/usr/include/rpm -lpopt
LIBRPM_STATIC =
+RPM=$(HOME)/rpm
all: $(ALL)
echo $(INSTALLVENDORLIB)