mirror of
https://github.com/mirror/make.git
synced 2025-01-16 23:31:08 +08:00
(srcdir): Define as @srcdir@; don't reference $(VPATH).
(glob/Makefile): New target.
This commit is contained in:
parent
408e868fd2
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user