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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user