summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-16 11:15:14 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-16 11:15:14 +0200
commit4b6a773d7ed1a367dc862a646ca41abcef5f1b49 (patch)
tree841802c9a84ce1a8133be54cfa602038cfcf8871 /GNUmakefile
parent05b7d0d4c3a4cead98741dd7712fd2ebf6558577 (diff)
downloadgnutls-4b6a773d7ed1a367dc862a646ca41abcef5f1b49.tar.gz
Update gnulib files.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7816416eec..0fdd3fa735 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -72,18 +72,18 @@ ifeq ($(_have-git-version-gen)0,yes$(MAKELEVEL))
# should run 'autoreconf' (or something like 'make distcheck') to
# fix the version, 'make all' to propagate it, then 'make install'.
$(info WARNING: version string $(VERSION) is out of date;)
- $(info run '$(MAKE) version' to fix it)
+ $(info run '$(MAKE) _version' to fix it)
else
$(info INFO: running autoreconf for new version string: $(_curr-ver))
- _dummy := $(shell $(MAKE) $(AM_MAKEFLAGS) version)
+ _dummy := $(shell $(MAKE) $(AM_MAKEFLAGS) _version)
endif
endif
endif
endif
endif
-.PHONY: version
-version:
+.PHONY: _version
+_version:
cd $(srcdir) && rm -rf autom4te.cache .version && $(_autoreconf)
else