changeset 4692:e58fefa3c3ab

(clean): Use rm -f. (xmakefile): Use -I. in cpp run.
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 05:15:05 +0000
parents 4d3426d8b92a
children 2d15be4c46b5
files src/=Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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]*$$//'		\