Changes in src/prelude/Makefile.am [99b75cab:dc99f38]
- File:
-
- 1 edited
-
src/prelude/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/prelude/Makefile.am
r99b75cab rdc99f38 28 28 29 29 # create forward declarations for gcc builtins 30 builtins.cf : builtins.c 31 ${AM_V_GEN}@BACKEND_CC@ -E -P $ ^| sed -f prototypes.sed > $@30 builtins.cf : builtins.c prototypes.sed 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.