summaryrefslogtreecommitdiff
path: root/lib/am/remake-hdr.am
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>1997-03-11 06:40:23 +0000
committerTom Tromey <tromey@redhat.com>1997-03-11 06:40:23 +0000
commit7c7c2eff0925b5574e4dc991fa155f0c3ccda474 (patch)
tree9eba2aa9a7a502f65dcfef6be0f81ca98e8efb58 /lib/am/remake-hdr.am
parent6c3389c5e628b0585d58b8dd0cf3fe7f83a22837 (diff)
downloadautomake-7c7c2eff0925b5574e4dc991fa155f0c3ccda474.tar.gz
set CONFIG_HEADERS right when in subdir
test fixlets
Diffstat (limited to 'lib/am/remake-hdr.am')
-rw-r--r--lib/am/remake-hdr.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/am/remake-hdr.am b/lib/am/remake-hdr.am
index 3b3110c72..2c456cad3 100644
--- a/lib/am/remake-hdr.am
+++ b/lib/am/remake-hdr.am
@@ -18,7 +18,7 @@
$(CONFIG_HEADER): stamp-h
stamp-h: $(CONFIG_HEADER_IN) $(top_builddir)/config.status
cd $(top_builddir) \
- && CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER) \
+ && CONFIG_FILES= CONFIG_HEADERS=$(CONFIG_HEADER_FULL) \
$(SHELL) ./config.status
@echo timestamp > stamp-h
$(srcdir)/$(CONFIG_HEADER_IN): @MAINT@stamp-h.in