10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
|
# Don't run fixproto
|
||
|
STMP_FIXPROTO =
|
||
|
|
||
|
# We don't need GCC's own include files but we do need lang specific ones.
|
||
|
USER_H = ${LANG_EXTRA_HEADERS}
|
||
|
INSTALL_ASSERT_H =
|
||
|
|
||
|
# We don't want collisions with our mkstemps
|
||
|
T_CFLAGS=-Dmkstemps=my_mkstemps
|