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