diff options
author | Jean-François Wauthy <pollux@xfce.org> | 2004-09-29 08:22:03 +0000 |
---|---|---|
committer | Jean-François Wauthy <pollux@xfce.org> | 2004-09-29 08:22:03 +0000 |
commit | c81b31134a8f0ca0a0e77ebf17b495b2c01ccd9e (patch) | |
tree | b7e20fc39b7cb76e6fb0b09037cf655adbc92903 /common | |
parent | cdb4f0fab6f6496412e73c8131e6ae76659c2346 (diff) | |
download | xfdesktop-c81b31134a8f0ca0a0e77ebf17b495b2c01ccd9e.tar.gz |
updated zh_TW translations from Ambrose Li <acli@ada.dhs.org>
(Old svn revision: 7923)
Diffstat (limited to 'common')
-rw-r--r-- | common/Makefile.in | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/common/Makefile.in b/common/Makefile.in index 1c52fe81..04d5624c 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated by automake 1.8.5 from Makefile.am. +# Makefile.in generated by automake 1.8.3 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, @@ -295,7 +295,7 @@ clean-noinstLTLIBRARIES: -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES) @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \ dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ - test "$$dir" != "$$p" || dir=.; \ + test "$$dir" = "$$p" && dir=.; \ echo "rm -f \"$${dir}/so_locations\""; \ rm -f "$${dir}/so_locations"; \ done @@ -415,11 +415,9 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ done | \ $(AWK) ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ - if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ - test -n "$$unique" || unique=$$empty_fix; \ - $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ - $$tags $$unique; \ - fi + test -z "$(ETAGS_ARGS)$$tags$$unique" \ + || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$tags $$unique ctags: CTAGS CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) |