# HG changeset patch # User Roland McGrath # Date 747638105 0 # Node ID e58fefa3c3abbf9849fd9e69fab00a987d6d99b0 # Parent 4d3426d8b92ae0a0122aee21795fcad896c310ad (clean): Use rm -f. (xmakefile): Use -I. in cpp run. diff -r 4d3426d8b92a -r e58fefa3c3ab src/=Makefile.in --- a/src/=Makefile.in Fri Sep 10 05:05:39 1993 +0000 +++ b/src/=Makefile.in Fri Sep 10 05:15:05 1993 +0000 @@ -34,7 +34,7 @@ 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 @@ 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]*$$//' \