Ignore:
Timestamp:
Feb 2, 2017, 4:10:17 PM (7 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
7d6639d
Parents:
99b75cab
Message:

Added missing dependency on new sed file

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.