Changeset 8540


Ignore:
Timestamp:
05/25/07 17:39:31 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r8413 r8540  
    122122        $(CXX) $(CXXFLAGS) $(DYFLAG) $(OBJS) $(SUBDIRS:=/*.o) $(ROOTGLIBS) -o $@
    123123
    124 $(PROGRAMS): $(DYLIB) $(PROGRAMS:=.o)
     124$(PROGRAMS): $(PROGRAMS:=.o) $(DYLIB)
    125125        @echo " Linking mac executable $@ ..."
    126126        $(CXX) $(CXXFLAGS) $(ROOTGLIBS) $(DYLIB) $@.o $(MARS_LIB) -o $@
Note: See TracChangeset for help on using the changeset viewer.