diff options
author | Jim Meyering <jim@meyering.net> | 2004-04-26 16:31:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-04-26 16:31:14 +0000 |
commit | 53080d0a855f5bffd0de9f1330fc99be05afa957 (patch) | |
tree | d7c4c157ba48adfd9584276caa49f8c76cb98981 /src | |
parent | b07f9bf8b6e72c14c85b6143172a73e5baf9d523 (diff) | |
download | coreutils-53080d0a855f5bffd0de9f1330fc99be05afa957.tar.xz |
.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1649534c1..9eaf95a42 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.8.3b 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, @@ -1440,9 +1440,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) |