summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJean-François Wauthy <pollux@xfce.org>2004-09-29 08:22:03 +0000
committerJean-François Wauthy <pollux@xfce.org>2004-09-29 08:22:03 +0000
commitc81b31134a8f0ca0a0e77ebf17b495b2c01ccd9e (patch)
treeb7e20fc39b7cb76e6fb0b09037cf655adbc92903 /common
parentcdb4f0fab6f6496412e73c8131e6ae76659c2346 (diff)
downloadxfdesktop-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.in12
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)