aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1993-09-10 05:15:05 +0000
committerRoland McGrath1993-09-10 05:15:05 +0000
commit21ed446104a71ad86f8d1a883ab095d97db1d0c0 (patch)
tree6d30975e2c4371b2b647e22b6645aec7c23054ac /src
parent1eff7356160ac5d08c17551f2a4de2f83c0687fe (diff)
downloademacs-21ed446104a71ad86f8d1a883ab095d97db1d0c0.tar.gz
emacs-21ed446104a71ad86f8d1a883ab095d97db1d0c0.zip
(clean): Use rm -f.
(xmakefile): Use -I. in cpp run.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
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:
34 rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a 34 rm -f temacs prefix-args xmakefile* core \#* *.o libXMenu11.a
35 rm -f ../etc/DOC 35 rm -f ../etc/DOC
36clean: mostlyclean 36clean: mostlyclean
37 rm emacs-* emacs 37 rm -f emacs-* emacs
38#This is used in making a distribution. 38#This is used in making a distribution.
39#Do not use it on development directories! 39#Do not use it on development directories!
40distclean: clean 40distclean: clean
@@ -80,7 +80,7 @@ relock:
80xmakefile: ymakefile config.h ../config.status 80xmakefile: ymakefile config.h ../config.status
81 -rm -f xmakefile xmakefile.new junk.c junk.cpp 81 -rm -f xmakefile xmakefile.new junk.c junk.cpp
82 cp ${srcdir}/ymakefile junk.c 82 cp ${srcdir}/ymakefile junk.c
83 ${CPP} -I${srcdir} ${C_SWITCH_SYSTEM} ${CFLAGS} junk.c > junk.cpp 83 ${CPP} -I. -I${srcdir} ${C_SWITCH_SYSTEM} ${CFLAGS} junk.c > junk.cpp
84 < junk.cpp \ 84 < junk.cpp \
85 sed -e 's/^#.*//' \ 85 sed -e 's/^#.*//' \
86 -e 's/^[ \f\t][ \f\t]*$$//' \ 86 -e 's/^[ \f\t][ \f\t]*$$//' \