mirror of
https://github.com/mirror/make.git
synced 2026-09-05 14:15:00 +08:00
Formerly compatMakefile.~66~
This commit is contained in:
@@ -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@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user