Work around stupid GCC 3.4.x+ killing generated parsers.

This commit is contained in:
n-a-c-h
2005-07-04 02:00:20 +00:00
parent 538b953c6f
commit 3ad1f45b59

View File

@@ -232,7 +232,7 @@ endif
%${OE}: %.psr
${PSR} -D${OS} temppsr.c $<
ifneq (${ENV},msvc)
${CC} ${COPT} ${CFLAGS} -o $@ -c temppsr.c
${CC} -o $@ -c temppsr.c
else
cl /Ox /G6 /c /EHsc /D__WIN32__ /Fo$@ temppsr.c
endif