aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Thomas <pthomas@suse.de>2000-09-12 04:10:56 +0000
committerPhilipp Thomas <pthomas@gcc.gnu.org>2000-09-12 04:10:56 +0000
commit847f42b1d70d975cb01168c8a2838a0976cdd610 (patch)
tree1b2b76b626c32a894a12e8fd0e0c40d4ebd86fbc
parenta58d32c208153b93994f6bc1a26dd35e4b58c994 (diff)
downloadgcc-847f42b1d70d975cb01168c8a2838a0976cdd610.zip
gcc-847f42b1d70d975cb01168c8a2838a0976cdd610.tar.gz
gcc-847f42b1d70d975cb01168c8a2838a0976cdd610.tar.bz2
Makefile.in.in (stamp-check-pot): Don't use $@ in rule.
2000-09-12 Philipp Thomas <pthomas@suse.de> * Makefile.in.in (stamp-check-pot): Don't use $@ in rule. From-SVN: r36348
-rw-r--r--gcc/po/ChangeLog4
-rw-r--r--gcc/po/Makefile.in.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog
index c41023b..dc26b4b 100644
--- a/gcc/po/ChangeLog
+++ b/gcc/po/ChangeLog
@@ -1,5 +1,9 @@
2000-09-12 Philipp Thomas <pthomas@suse.de>
+ * Makefile.in.in (stamp-check-pot): Don't use $@ in rule.
+
+2000-09-12 Philipp Thomas <pthomas@suse.de>
+
* Makefile.in.in (stamp-check-pot): New target used for
checking POTFILES.
* gcc.pot: Regenerated.
diff --git a/gcc/po/Makefile.in.in b/gcc/po/Makefile.in.in
index 943b071..2345b6a 100644
--- a/gcc/po/Makefile.in.in
+++ b/gcc/po/Makefile.in.in
@@ -83,7 +83,7 @@ all-yes: stamp-check-pot $(CATALOGS) @MAINT@ $(srcdir)/cat-id-tbl.c
all-no:
stamp-check-pot: $(POTFILES)
- touch $@
+ touch stamp-check-pot
$(srcdir)/$(PACKAGE).pot: $(POTFILES)
$(XGETTEXT) --default-domain=$(PACKAGE) --directory=$(top_srcdir) \