From 561d8c56aa74baa06bb8400e306e29d14e21f46f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 18 Nov 1993 05:57:17 +0000 Subject: [PATCH] Delete jumk.c before writing it. --- configure1.in | 1 + 1 file changed, 1 insertion(+) diff --git a/configure1.in b/configure1.in index 433dcaf5bf8..b1da872e201 100755 --- a/configure1.in +++ b/configure1.in @@ -1414,6 +1414,7 @@ topsrcdir=${srcdir} makefile_command='echo "creating src/Makefile"; topsrcdir='"${topsrcdir}"'; ( cd ./src; + rm -f junk.c; sed -e '\''s/^# Generated.*//'\'' -e '\''s%/\*\*/#.*%%'\'' < Makefile.in > junk.c; eval `echo ${CPP} -I. -I${topsrcdir}/src ${CPPFLAGS} junk.c \>junk.cpp`; < junk.cpp '\ -- 2.39.5