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
This commit is contained in:
Philipp Thomas 2000-09-12 04:10:56 +00:00 committed by Philipp Thomas
parent a58d32c208
commit 847f42b1d7
2 changed files with 5 additions and 1 deletions

View 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

View 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) \