]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
use $@, instead of literal `POTFILES'
authorJim Meyering <jim@meyering.net>
Sun, 2 Feb 1997 16:05:43 +0000 (16:05 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Feb 1997 16:05:43 +0000 (16:05 +0000)
po/Makefile.in.in

index 75176d777a11b4344c53ee4f8ed61ce2b789f882..e94784d4239d26430c4750769425120e561747b7 100644 (file)
@@ -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 .. \