mirror of
https://github.com/mirror/make.git
synced 2026-08-23 02:13:28 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3c9e8b266a | ||
|
|
e6bce5ef88 | ||
|
|
bdff21b09a |
@@ -24,7 +24,8 @@
|
||||
|
||||
# Ultrix 2.2 make doesn't expand the value of VPATH.
|
||||
VPATH = @srcdir@
|
||||
srcdir = $(VPATH)
|
||||
# This must repeat the value, because configure will remove `VPATH = .'.
|
||||
srcdir = @srcdir@
|
||||
|
||||
CC = @CC@
|
||||
|
||||
@@ -255,6 +256,8 @@ glob-clean glob-realclean:
|
||||
|
||||
Makefile: config.status $(srcdir)/Makefile.in
|
||||
$(SHELL) config.status
|
||||
glob/Makefile: config.status $(srcdir)/glob/Makefile.in
|
||||
$(SHELL) config.status
|
||||
config.h: stamp-config ;
|
||||
stamp-config: config.status $(srcdir)/config.h.in
|
||||
$(SHELL) config.status
|
||||
|
||||
2
read.c
2
read.c
@@ -434,7 +434,7 @@ read_makefile (filename, flags)
|
||||
in_ignored_define = 1;
|
||||
else
|
||||
{
|
||||
p2 = end_of_token (p2);
|
||||
p2 = next_token (p2 + 6);
|
||||
/* Let the variable name be the whole rest of the line,
|
||||
with trailing blanks stripped (comments have already been
|
||||
removed), so it could be a complex variable/function
|
||||
|
||||
Reference in New Issue
Block a user