Changes in src/prelude/Makefile.am [13073be:6de43b6]
- File:
-
- 1 edited
-
src/prelude/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.am
r13073be r6de43b6 37 37 # create forward declarations for gcc builtins 38 38 gcc-builtins.cf : gcc-builtins.c prototypes.sed 39 ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed - r -f prototypes.sed > $@39 ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed -f prototypes.sed > $@ 40 40 41 gcc-builtins.c : builtins.def prototypes.awk sync-builtins.cf41 gcc-builtins.c : builtins.def prototypes.awk 42 42 ${AM_V_GEN}@BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@ 43 43
Note:
See TracChangeset
for help on using the changeset viewer.