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