Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/Makefile.am

    r99b75cab rdc99f38  
    2828
    2929# create forward declarations for gcc builtins
    30 builtins.cf : builtins.c
    31         ${AM_V_GEN}@BACKEND_CC@ -E -P $^ | sed -f prototypes.sed > $@
     30builtins.cf : builtins.c prototypes.sed
     31        ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed -f prototypes.sed > $@
    3232
    3333builtins.c : builtins.def prototypes.awk
Note: See TracChangeset for help on using the changeset viewer.