Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/prelude/Makefile.in

    r13073be r6de43b6  
    506506# create forward declarations for gcc builtins
    507507gcc-builtins.cf : gcc-builtins.c prototypes.sed
    508         ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed -r -f prototypes.sed > $@
    509 
    510 gcc-builtins.c : builtins.def prototypes.awk sync-builtins.cf
     508        ${AM_V_GEN}@BACKEND_CC@ -E -P $< | sed -f prototypes.sed > $@
     509
     510gcc-builtins.c : builtins.def prototypes.awk
    511511        ${AM_V_GEN}@BACKEND_CC@ -E prototypes.c | awk -f prototypes.awk > $@
    512512
Note: See TracChangeset for help on using the changeset viewer.