From: Jim Meyering Date: Sat, 15 Jun 2002 08:46:59 +0000 (+0000) Subject: (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t, X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae2b4e6e79dfc6da47605b4630180575d219074;p=pspp (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t, so that each temporary file name is unique and valid in the first 8 characters, for operation under DOS. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index ac3fee8285..7262a03a0f 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -114,8 +114,8 @@ lstat.c: xstat.in -e 's/@xstat@/lstat/g' \ -e '/_LSTAT_ONLY@/d' \ -e '/@BEGIN_STAT_ONLY@/,/@END_STAT_ONLY@/d' \ - $(srcdir)/xstat.in > $@-t - mv $@-t $@ + $(srcdir)/xstat.in > t-$@ + mv t-$@ $@ stat.c: xstat.in sed \ @@ -123,8 +123,8 @@ stat.c: xstat.in -e 's/@xstat@/stat/g' \ -e '/_STAT_ONLY@/d' \ -e '/@BEGIN_LSTAT_ONLY@/,/@END_LSTAT_ONLY@/d' \ - $(srcdir)/xstat.in > $@-t - mv $@-t $@ + $(srcdir)/xstat.in > t-$@ + mv t-$@ $@ # The following is needed in order to install a simple file in $(libdir) # which is shared with other installed packages. We use a list of referencing @@ -169,8 +169,8 @@ charset.alias: config.charset SUFFIXES = .sed .sin .sin.sed: - sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > $@-t - mv $@-t $@ + sed -e '/^#/d' -e 's/@''PACKAGE''@/@PACKAGE@/g' $< > t-$@ + mv t-$@ $@ CLEANFILES = charset.alias ref-add.sed ref-del.sed