summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJean-François Wauthy <pollux@xfce.org>2004-07-09 20:50:53 +0000
committerJean-François Wauthy <pollux@xfce.org>2004-07-09 20:50:53 +0000
commita86798639eb435912fe67769771d3f0306819267 (patch)
tree54b0e00bde566220d7179b9e75963243fe3103d3 /common
parent0f686cac23e97ffb4180b672e85ce71597964491 (diff)
downloadxfdesktop-a86798639eb435912fe67769771d3f0306819267.tar.gz
more italian doc translation from Sascha Ales
(Old svn revision: 7787)
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 e5fe29e3..8ed6a427 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,
@@ -292,7 +292,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
@@ -412,11 +412,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)