Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Common/module.mk

    r8f74a6a r5cbacf1  
    1515###############################################################################
    1616
    17 SRC_COMMON = \
    18       Common/Assert.cc \
    19       Common/Stats/Heap.cc \
    20       Common/Stats/Counter.cc \
    21       Common/Eval.cc \
    22       Common/SemanticError.cc \
    23       Common/UniqueName.cc
    24 
    25 SRC += $(SRC_COMMON) Common/DebugMalloc.cc
    26 SRCDEMANGLE += $(SRC_COMMON)
     17SRC += Common/SemanticError.cc \
     18       Common/UniqueName.cc \
     19       Common/DebugMalloc.cc \
     20       Common/Assert.cc \
     21       Common/Heap.cc \
     22       Common/Eval.cc
Note: See TracChangeset for help on using the changeset viewer.