aboutsummaryrefslogtreecommitdiff
path: root/src/config/post.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/post.in')
-rw-r--r--src/config/post.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config/post.in b/src/config/post.in
index 07816ed..fb34fba 100644
--- a/src/config/post.in
+++ b/src/config/post.in
@@ -170,9 +170,9 @@ Makefiles-prerecurse: Makefile
# mydir = relative path from top to this Makefile
Makefile: $(srcdir)/Makefile.in $(srcdir)/deps $(BUILDTOP)/config.status \
$(top_srcdir)/config/pre.in $(top_srcdir)/config/post.in
- cd $(BUILDTOP) && $(SHELL) config.status $(mydir)/Makefile
+ (cd $(BUILDTOP) && $(SHELL) config.status $(mydir)/Makefile)
$(BUILDTOP)/config.status: $(top_srcdir)/configure
- cd $(BUILDTOP) && $(SHELL) config.status --recheck
+ (cd $(BUILDTOP) && $(SHELL) config.status --recheck)
# autom4te.cache supposedly improves performance with multiple runs, but
# it breaks across versions, and around MIT we've got plenty of version
# mixing. So nuke it.
@@ -181,8 +181,8 @@ $(top_srcdir)/configure: @MAINT@ \
$(top_srcdir)/patchlevel.h \
$(top_srcdir)/aclocal.m4
-$(RM) -r $(top_srcdir)/autom4te.cache
- cd $(top_srcdir) && \
- $(AUTOCONF) --include=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS)
+ (cd $(top_srcdir) && \
+ $(AUTOCONF) --include=$(CONFIG_RELTOPDIR) $(AUTOCONFFLAGS))
-$(RM) -r $(top_srcdir)/autom4te.cache
RECURSE_TARGETS=all-recurse clean-recurse distclean-recurse install-recurse \