Changeset 14485 for trunk/Mars/Makefile


Ignore:
Timestamp:
10/17/12 15:40:02 (12 years ago)
Author:
tbretz
Message:
Reorder to make newer linkers happy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/Makefile

    r9520 r14485  
    121121$(PROGRAMS): $(PROGRAMS:=.o) $(SOLIB)
    122122        @echo " Linking $@ ..."
    123         $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(SOLIB) $@.o $(MARS_LIB) -o $@
     123        $(CXX) $(CXXFLAGS) $@.o $(MARS_LIB) $(SOLIB) $(ROOTGLIBS) -o $@
    124124
    125125# Use this to link the programs statically - for gprof
Note: See TracChangeset for help on using the changeset viewer.