summaryrefslogtreecommitdiff
path: root/printf
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2004-05-10 02:31:02 +0200
committerKevin Ryde <user42@zip.com.au>2004-05-10 02:31:02 +0200
commitd8359aeff8238825a4d4b2cdf49653926107e843 (patch)
treec9b6c365fc19365f84eb0e40a466a13709b65c98 /printf
parent57327a14026e7f94eb2c61235d4e94e4eef938d1 (diff)
downloadgmp-d8359aeff8238825a4d4b2cdf49653926107e843.tar.gz
* */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.
Diffstat (limited to 'printf')
-rw-r--r--printf/Makefile.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/printf/Makefile.in b/printf/Makefile.in
index b2dda040a..923e6b3cd 100644
--- a/printf/Makefile.in
+++ b/printf/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.8.3 from Makefile.am.
+# Makefile.in generated by automake 1.8.4 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -388,9 +388,11 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
done | \
$(AWK) ' { files[$$0] = 1; } \
END { for (i in files) print i; }'`; \
- test -z "$(ETAGS_ARGS)$$tags$$unique" \
- || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
- $$tags $$unique
+ if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
+ test -z "$$unique" && unique=$$empty_fix; \
+ $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
+ $$tags $$unique; \
+ fi
ctags: CTAGS
CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
$(TAGS_FILES) $(LISP)