summaryrefslogtreecommitdiffstats
path: root/GNUmakefile.in
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-22 02:29:17 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:51 +0200
commit38dfb6b7d3fba70642a897494ced647ef9feb47b (patch)
tree4823e732166ec26f376bf15fc45a1893098fa174 /GNUmakefile.in
parent2dd883af4bcda897a1f84017f165a72dfb2230e2 (diff)
downloadnbb-38dfb6b7d3fba70642a897494ced647ef9feb47b.tar.gz
nbb-38dfb6b7d3fba70642a897494ced647ef9feb47b.tar.xz
nbb-38dfb6b7d3fba70642a897494ced647ef9feb47b.zip
Add names for a few dummy variables
Diffstat (limited to 'GNUmakefile.in')
-rw-r--r--GNUmakefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/GNUmakefile.in b/GNUmakefile.in
index b991ffe..9640280 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -7,9 +7,9 @@ git_version := $(shell $(top_srcdir)/build-helpers/package-version $(top_srcdir)
ifneq ($(PACKAGE_VERSION),$(git_version))
$(info autoconf and git versions do not match: $(PACKAGE_VERSION) vs $(git_version))
$(info Removing autom4te.cache and related files and re-running autoreconf)
-$(shell rm -rf $(top_srcdir)/autom4te.cache)
-$(shell rm -f $(top_srcdir)/test/package.m4 $(top_srcdir)/test/testsuite)
-$(shell $(AUTORECONF) $(AUTORECONF_OPTS) $(top_srcdir))
+dummy1 := $(shell rm -rf $(top_srcdir)/autom4te.cache)
+dummy2 := $(shell rm -f $(top_srcdir)/test/package.m4 $(top_srcdir)/test/testsuite)
+dummy3 := $(shell $(AUTORECONF) $(AUTORECONF_OPTS) $(top_srcdir))
endif
# vim: syntax=make