From: Roland McGrath Date: Fri, 10 Sep 1993 05:15:05 +0000 (+0000) Subject: (clean): Use rm -f. X-Git-Tag: emacs-19.34~11159 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21ed446104a71ad86f8d1a883ab095d97db1d0c0;p=emacs.git (clean): Use rm -f. (xmakefile): Use -I. in cpp run. --- diff --git a/src/Makefile.in b/src/Makefile.in index 92dfaced7c7..1433f13e7a8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -34,7 +34,7 @@ mostlyclean: rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a rm -f ../etc/DOC clean: mostlyclean - rm emacs-* emacs + rm -f emacs-* emacs #This is used in making a distribution. #Do not use it on development directories! distclean: clean @@ -80,7 +80,7 @@ relock: xmakefile: ymakefile config.h ../config.status -rm -f xmakefile xmakefile.new junk.c junk.cpp cp ${srcdir}/ymakefile junk.c - ${CPP} -I${srcdir} ${C_SWITCH_SYSTEM} ${CFLAGS} junk.c > junk.cpp + ${CPP} -I. -I${srcdir} ${C_SWITCH_SYSTEM} ${CFLAGS} junk.c > junk.cpp < junk.cpp \ sed -e 's/^#.*//' \ -e 's/^[ \f\t][ \f\t]*$$//' \