diff options
| author | Richard M. Stallman | 1993-11-18 05:57:17 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-18 05:57:17 +0000 |
| commit | 561d8c56aa74baa06bb8400e306e29d14e21f46f (patch) | |
| tree | 895f5969568a4a4fd0deec58a19cc71c67182cf0 | |
| parent | ab4d6ceb1684d1816d7d852f4b7f5e118f8ce83b (diff) | |
| download | emacs-561d8c56aa74baa06bb8400e306e29d14e21f46f.tar.gz emacs-561d8c56aa74baa06bb8400e306e29d14e21f46f.zip | |
Delete jumk.c before writing it.
| -rwxr-xr-x | configure1.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure1.in b/configure1.in index 433dcaf5bf8..b1da872e201 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -1414,6 +1414,7 @@ topsrcdir=${srcdir} | |||
| 1414 | makefile_command='echo "creating src/Makefile"; | 1414 | makefile_command='echo "creating src/Makefile"; |
| 1415 | topsrcdir='"${topsrcdir}"'; | 1415 | topsrcdir='"${topsrcdir}"'; |
| 1416 | ( cd ./src; | 1416 | ( cd ./src; |
| 1417 | rm -f junk.c; | ||
| 1417 | sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c; | 1418 | sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c; |
| 1418 | eval `echo ${CPP} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`; | 1419 | eval `echo ${CPP} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`; |
| 1419 | < junk.cpp '\ | 1420 | < junk.cpp '\ |