From 69105addb444ca92858d0fd92671f20f53724eb3 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 8 Mar 1993 19:50:11 +0000 Subject: Formerly compatMakefile.~66~ --- compatMakefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'compatMakefile') 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@ -- cgit v1.2.3