Ignore:
Timestamp:
05/10/04 05:25:46 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Makefile

    r4031 r4032  
    102102# for root and the dynlib (to be linked with the executable) on Mac OSX
    103103ifndef ($DYFLAG)
    104 ifneq  ($DYFLAG,)
     104ifeq  ($DYFLAG,)
    105105$(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o)
    106106        @echo " Linking excutable $@ ..."
     
    110110
    111111ifdef ($DYFLAG)
    112 ifeq ($DYFLAG,)
     112ifneq ($DYFLAG,)
    113113$(DYLIB): $(LIBRARIES) $(OBJS) $(HEADERS)
    114114        @echo " Linking dylib $(DYLIB) ..."
Note: See TracChangeset for help on using the changeset viewer.