mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly compatMakefile.~66~
This commit is contained in:
parent
e4c66e2f88
commit
69105addb4
1 changed files with 3 additions and 2 deletions
|
@ -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 a new issue