mirror of
https://github.com/mirror/make.git
synced 2024-12-31 23:40:34 +08:00
Formerly compatMakefile.~66~
This commit is contained in:
parent
e4c66e2f88
commit
69105addb4
@ -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@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user