Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Helpers/Makefile.am

    rb0b086 r952f38  
    6969pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc
    7070
    71 unity.cpp:
    72         echo "" >  unity.cpp; \
    73         list='$(HELPERSSOURCE)'; for file in $$list; do \
    74           if [ "$$file" != "MemDebug.cpp" ]; then \
    75                   echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
    76                 fi; \
    77         done;
    78        
    79 MOSTLYCLEANFILES = unity.cpp
Note: See TracChangeset for help on using the changeset viewer.