summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-02-02 16:05:43 +0000
committerJim Meyering <jim@meyering.net>1997-02-02 16:05:43 +0000
commit09e2cc2fdf91f1df19ec5c20f69fb91f419e126d (patch)
tree983b22c41c26408aa4b31e35c956a3909661c5ad /po
parentd262a3cc82124f57b8ba9730d6547ea986eff7d0 (diff)
downloadcoreutils-09e2cc2fdf91f1df19ec5c20f69fb91f419e126d.tar.xz
use $@, instead of literal `POTFILES'
Diffstat (limited to 'po')
-rw-r--r--po/Makefile.in.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
index 75176d777..e94784d42 100644
--- a/po/Makefile.in.in
+++ b/po/Makefile.in.in
@@ -241,12 +241,12 @@ POTFILES: POTFILES.in
else \
posrcprefix="../"; \
fi; \
- rm -f POTFILES-t POTFILES \
+ rm -f $@-t $@ \
&& sed -e '/^#/d' -e '/^[ ]*$$/d' \
-e "s@.*@ $$posrcprefix& \\\\@" \
- -e '$$s/\(.*\) \\/\1/' < $(srcdir)/POTFILES.in > POTFILES-t \
- && chmod a-w POTFILES-t \
- && mv POTFILES-t POTFILES )
+ -e '$$s/\(.*\) \\/\1/' < $(srcdir)/$@.in > $@-t \
+ && chmod a-w $@-t \
+ && mv $@-t $@ )
Makefile: Makefile.in.in ../config.status POTFILES
cd .. \