From 2e5209e9c5cbaff0b88c6e79257d8e9fc01327df Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Mon, 3 May 1999 21:20:38 +0000 Subject: fixed DESTDIR defs in Makefiles --- balkan/Makefile | 2 +- isys/Makefile | 2 +- rpmmodule/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/balkan/Makefile b/balkan/Makefile index 23a12f5b7..416469435 100644 --- a/balkan/Makefile +++ b/balkan/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 OBJECTS = rw.o dos.o diff --git a/isys/Makefile b/isys/Makefile index b9c073f72..73859df60 100644 --- a/isys/Makefile +++ b/isys/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/python1.5 OBJECTS = isys.o nfsmount.o dns.o mount_clnt.o mount_xdr.o imount.o 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 -- cgit