(clean): Use rm -f.
(xmakefile): Use -I. in cpp run.
This commit is contained in:
parent
1eff735616
commit
21ed446104
1 changed files with 2 additions and 2 deletions
|
@ -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]*$$//' \
|
||||
|
|
Loading…
Add table
Reference in a new issue