1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 21:09:01 +02:00

One more for non-srcdir "make dist".

* GNUmakefile: Also cd $(srcdir) before running autoreconf.
This commit is contained in:
Jim Meyering
2008-03-02 16:33:53 +01:00
parent b4be756402
commit cce03822fc
+1 -1
View File
@@ -51,7 +51,7 @@ ifeq (0,$(MAKELEVEL))
$(srcdir)/.tarball-version)
ifneq ($(_curr-ver),$(VERSION))
$(info INFO: running autoreconf for new version string: $(_curr-ver))
_dummy := $(shell rm -rf autom4te.cache; autoreconf)
_dummy := $(shell rm -rf autom4te.cache; (cd $(srcdir) && autoreconf))
_created_version_file = 1
endif
endif