summaryrefslogtreecommitdiff
path: root/compatMakefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-03-08 19:50:11 +0000
committerRoland McGrath <roland@redhat.com>1993-03-08 19:50:11 +0000
commit69105addb444ca92858d0fd92671f20f53724eb3 (patch)
tree75e766d50da5215b5af2f940d1797d7b3d570a21 /compatMakefile
parente4c66e2f888c079e2be5848cbd4d4e177189e8e3 (diff)
downloadgunmake-69105addb444ca92858d0fd92671f20f53724eb3.tar.gz
Formerly compatMakefile.~66~
Diffstat (limited to 'compatMakefile')
-rw-r--r--compatMakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/compatMakefile b/compatMakefile
index 67ed8a5..43c25d5 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -19,8 +19,9 @@
# Makefile for GNU Make
#
-srcdir = @srcdir@
-VPATH = $(srcdir)
+# Ultrix 2.2 make doesn't expand the value of VPATH.
+VPATH = @srcdir@
+srcdir = $(VPATH)
CC = @CC@