=================================================================== RCS file: /cvs/djgpp/djgpp/src/makefile.cfg,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/src/makefile.cfg 2007/12/12 07:43:05 1.2 +++ /cvs/djgpp/djgpp/src/makefile.cfg 2008/04/08 14:57:14 1.3 @@ -50,7 +50,7 @@ gcc-l.opt: makefile.cfg @./misc.exe echo - "-march=i386" >>gcc-l.opt @./misc.exe echo - "-Wall" >>gcc-l.opt @./misc.exe echo - "-nostdinc" >>gcc-l.opt - @./misc.exe echo - "$(IQUOTE)" >>gcc.opt + @./misc.exe echo - "$(IQUOTE)" >>gcc-l.opt gpp.opt: gcc.opt sed -f gpp.sed $< > $@