summaryrefslogtreecommitdiffstats
path: root/rpmmodule
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-05-03 21:20:38 +0000
committerMatt Wilson <msw@redhat.com>1999-05-03 21:20:38 +0000
commit2e5209e9c5cbaff0b88c6e79257d8e9fc01327df (patch)
treea13586d8ad4e63f8be37da18bd7397cee3bc6ea4 /rpmmodule
parent2e59fdcc43bd2604f6241ba1bc123a97e0db8e91 (diff)
downloadanaconda-2e5209e9c5cbaff0b88c6e79257d8e9fc01327df.tar.gz
anaconda-2e5209e9c5cbaff0b88c6e79257d8e9fc01327df.tar.xz
anaconda-2e5209e9c5cbaff0b88c6e79257d8e9fc01327df.zip
fixed DESTDIR defs in Makefiles
Diffstat (limited to 'rpmmodule')
-rw-r--r--rpmmodule/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmmodule/Makefile b/rpmmodule/Makefile
index 50c4c0957..ec27a28a6 100644
--- a/rpmmodule/Makefile
+++ b/rpmmodule/Makefile
@@ -1,4 +1,4 @@
-DESTDIR = $TOPDIR/RedHat/instimage/usr/lib/python1.5/site-packages
+DESTDIR = $(TOPDIR)/RedHat/instimage/usr/lib/python1.5/site-packages
CFLAGS += -I/usr/include/rpm -I/usr/include/python1.5 -g