mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-06 05:04:42 +00:00
(srcdir): Define as @srcdir@; don't reference $(VPATH).
(glob/Makefile): New target.
This commit is contained in:
parent
408e868fd2
commit
bdff21b09a
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue