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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'balkan') 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 -- cgit