diff options
author | Matt Wilson <msw@redhat.com> | 1999-05-03 21:20:38 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-05-03 21:20:38 +0000 |
commit | 2e5209e9c5cbaff0b88c6e79257d8e9fc01327df (patch) | |
tree | a13586d8ad4e63f8be37da18bd7397cee3bc6ea4 /balkan/Makefile | |
parent | 2e59fdcc43bd2604f6241ba1bc123a97e0db8e91 (diff) | |
download | anaconda-2e5209e9c5cbaff0b88c6e79257d8e9fc01327df.tar.gz anaconda-2e5209e9c5cbaff0b88c6e79257d8e9fc01327df.tar.xz anaconda-2e5209e9c5cbaff0b88c6e79257d8e9fc01327df.zip |
fixed DESTDIR defs in Makefiles
Diffstat (limited to 'balkan/Makefile')
-rw-r--r-- | balkan/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |