Changes in src/prelude/Makefile.in [1f81d61:13073be]
- File:
-
- 1 edited
-
src/prelude/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.in
r1f81d61 r13073be 506 506 # create forward declarations for gcc builtins 507 507 gcc-builtins.cf : gcc-builtins.c prototypes.sed 508 ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@-E -P $< | sed -r -f prototypes.sed > $@508 ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed -r -f prototypes.sed > $@ 509 509 510 510 gcc-builtins.c : builtins.def prototypes.awk sync-builtins.cf 511 ${AM_V_GEN}@BACKEND_CC@ @CFA_FLAGS@-E prototypes.c | awk -f prototypes.awk > $@511 ${AM_V_GEN}@BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ 512 512 513 513 builtins.def :
Note:
See TracChangeset
for help on using the changeset viewer.