Formerly compatMakefile.~66~
authorRoland McGrath <roland@redhat.com>
Mon, 8 Mar 1993 19:50:11 +0000 (19:50 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 8 Mar 1993 19:50:11 +0000 (19:50 +0000)
compatMakefile

index 67ed8a5..43c25d5 100644 (file)
@@ -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@