Ignore:
Timestamp:
Aug 3, 2018, 11:25:46 AM (6 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, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
ff1e0f38
Parents:
25a9b5a
Message:

Parent make now seems to properly call libcfa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/prettyprinter/Makefile.in

    r25a9b5a rc59712e  
    251251LEXLIB = @LEXLIB@
    252252LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
     253LIBCFA_TARGET_DIRS = @LIBCFA_TARGET_DIRS@
     254LIBCFA_TARGET_MAKEFILES = @LIBCFA_TARGET_MAKEFILES@
    253255LIBOBJS = @LIBOBJS@
    254256LIBS = @LIBS@
    255257LTLIBOBJS = @LTLIBOBJS@
    256 MACHINE_TYPE = @MACHINE_TYPE@
    257258MAKEINFO = @MAKEINFO@
    258259MKDIR_P = @MKDIR_P@
     
    270271SHELL = @SHELL@
    271272STRIP = @STRIP@
     273TARGET_HOSTS = @TARGET_HOSTS@
    272274VERSION = @VERSION@
    273275YACC = @YACC@
Note: See TracChangeset for help on using the changeset viewer.