Commit 30671b5b authored by pthomas's avatar pthomas

2000-09-12 Philipp Thomas <pthomas@suse.de>

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


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36348 138bc75d-0d04-0410-961f-82ee72b054a4
parent 76e5465a
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
......
......@@ -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) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment