From: Jim Meyering Date: Sun, 2 Feb 1997 16:05:43 +0000 (+0000) Subject: use $@, instead of literal `POTFILES' X-Git-Tag: SH-UTILS-1_16a~287 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=09e2cc2fdf91f1df19ec5c20f69fb91f419e126d;p=thirdparty%2Fcoreutils.git use $@, instead of literal `POTFILES' --- diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 75176d777a..e94784d423 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 .. \