From: Roland McGrath Date: Mon, 8 Mar 1993 19:50:11 +0000 (+0000) Subject: Formerly compatMakefile.~66~ X-Git-Tag: 3.70.2~359 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=69105addb444ca92858d0fd92671f20f53724eb3;p=thirdparty%2Fmake.git Formerly compatMakefile.~66~ --- diff --git a/compatMakefile b/compatMakefile index 67ed8a51..43c25d5e 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@