summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1994-04-22 21:33:25 +0000
committerRoland McGrath <roland@redhat.com>1994-04-22 21:33:25 +0000
commitbdff21b09a2530ed4eecf0f16114c9f90735fa1e (patch)
treed8999e78cf90ac8477cd6ad2a585f44a09d406b1
parent408e868fd24232052b37c7e188efb321acc0391f (diff)
downloadgunmake-bdff21b09a2530ed4eecf0f16114c9f90735fa1e.tar.gz
(srcdir): Define as @srcdir@; don't reference $(VPATH).
(glob/Makefile): New target.
-rw-r--r--compatMakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/compatMakefile b/compatMakefile
index 9d1b9c8..61122f1 100644
--- a/compatMakefile
+++ b/compatMakefile
@@ -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