diff options
author | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-12 04:10:56 +0000 |
---|---|---|
committer | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-12 04:10:56 +0000 |
commit | 30671b5b514961109b7a750574e90d0850935e80 (patch) | |
tree | 1b2b76b626c32a894a12e8fd0e0c40d4ebd86fbc /gcc/po/Makefile.in.in | |
parent | 76e5465a229f975f67e161163edd64d397e7548d (diff) | |
download | gcc-30671b5b514961109b7a750574e90d0850935e80.tar.gz |
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
Diffstat (limited to 'gcc/po/Makefile.in.in')
-rw-r--r-- | gcc/po/Makefile.in.in | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |