Changes in src/prelude/Makefile.am [dc99f38:99b75cab]
- File:
-
- 1 edited
-
src/prelude/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.am
rdc99f38 r99b75cab 28 28 29 29 # create forward declarations for gcc builtins 30 builtins.cf : builtins.c prototypes.sed31 ${AM_V_GEN}@BACKEND_CC@ -E -P $ <| sed -f prototypes.sed > $@30 builtins.cf : builtins.c 31 ${AM_V_GEN}@BACKEND_CC@ -E -P $^ | sed -f prototypes.sed > $@ 32 32 33 33 builtins.c : builtins.def prototypes.awk
Note:
See TracChangeset
for help on using the changeset viewer.