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:
parent
a58d32c208
commit
847f42b1d7
@ -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
|
||||
|
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user