From: Philipp Thomas Date: Tue, 12 Sep 2000 04:10:56 +0000 (+0000) Subject: Makefile.in.in (stamp-check-pot): Don't use $@ in rule. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=847f42b1d70d975cb01168c8a2838a0976cdd610;p=gcc.git Makefile.in.in (stamp-check-pot): Don't use $@ in rule. 2000-09-12 Philipp Thomas * Makefile.in.in (stamp-check-pot): Don't use $@ in rule. From-SVN: r36348 --- diff --git a/gcc/po/ChangeLog b/gcc/po/ChangeLog index c41023baa12..dc26b4b935c 100644 --- a/gcc/po/ChangeLog +++ b/gcc/po/ChangeLog @@ -1,3 +1,7 @@ +2000-09-12 Philipp Thomas + + * Makefile.in.in (stamp-check-pot): Don't use $@ in rule. + 2000-09-12 Philipp Thomas * Makefile.in.in (stamp-check-pot): New target used for diff --git a/gcc/po/Makefile.in.in b/gcc/po/Makefile.in.in index 943b07178d6..2345b6a5259 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) \