Changes in src/prelude/Makefile.in [99b75cab:4d3cba50]
- File:
-
- 1 edited
-
src/prelude/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.in
r99b75cab r4d3cba50 425 425 # create forward declarations for gcc builtins 426 426 builtins.cf : builtins.c 427 ${AM_V_GEN}@BACKEND_CC@ -E -P $^ | sed -f prototypes.sed > $@ 427 ${AM_V_GEN}if [ -e $< ] ; then \ 428 @BACKEND_CC@ -E -P $^ | sed -e "/targetm/s/.*//" -e "/_Decimal/s/.*//" -e "s/void (const char \*)0();//" -e "s/\"//g" -e "s/\(__builtin_\) /\1/" > $@ ; \ 429 fi 428 430 429 431 builtins.c : builtins.def prototypes.awk 430 ${AM_V_GEN}@BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ 432 ${AM_V_GEN}if [ -e $< ] ; then \ 433 @BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ ; \ 434 fi 431 435 432 436 builtins.def :
Note:
See TracChangeset
for help on using the changeset viewer.