]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in.in (stamp-check-pot): Don't use $@ in rule.
authorPhilipp Thomas <pthomas@suse.de>
Tue, 12 Sep 2000 04:10:56 +0000 (04:10 +0000)
committerPhilipp Thomas <pthomas@gcc.gnu.org>
Tue, 12 Sep 2000 04:10:56 +0000 (04:10 +0000)
2000-09-12  Philipp Thomas  <pthomas@suse.de>

* Makefile.in.in (stamp-check-pot): Don't use $@ in rule.

From-SVN: r36348

gcc/po/ChangeLog
gcc/po/Makefile.in.in

index c41023baa12e652300845bbe0d3b87866a231fb9..dc26b4b935c9a423edc70c82b125fd9777268b55 100644 (file)
@@ -1,3 +1,7 @@
+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
index 943b07178d6809e81c8db63bc62f766dd333e8bb..2345b6a52596082b81c8592092577d0facc5f2e0 100644 (file)
@@ -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) \