Changeset 0c1b566 for src


Ignore:
Timestamp:
Aug 10, 2018, 3:40:47 PM (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:
2ea0a8a
Parents:
ea5b7d6
Message:

Fixed missing foreign options and tentative fix for TOP directories defines

Location:
src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rea5b7d6 r0c1b566  
    1616
    1717# create object files in directory with source files
    18 AUTOMAKE_OPTIONS = subdir-objects
     18AUTOMAKE_OPTIONS = foreign subdir-objects
    1919
    2020SRC = main.cc \
  • src/Makefile.in

    rea5b7d6 r0c1b566  
    445445
    446446# create object files in directory with source files
    447 AUTOMAKE_OPTIONS = subdir-objects
     447AUTOMAKE_OPTIONS = foreign subdir-objects
    448448SRC = main.cc MakeLibCfa.cc CompilationState.cc CodeGen/Generate.cc \
    449449        CodeGen/CodeGenerator.cc CodeGen/GenType.cc \
Note: See TracChangeset for help on using the changeset viewer.