Formerly compatMakefile.~66~

This commit is contained in:
Roland McGrath 1993-03-08 19:50:11 +00:00
parent e4c66e2f88
commit 69105addb4

View 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@