Changeset 4032
- Timestamp:
- 05/10/04 05:25:46 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Makefile
r4031 r4032 102 102 # for root and the dynlib (to be linked with the executable) on Mac OSX 103 103 ifndef ($DYFLAG) 104 if neq ($DYFLAG,)104 ifeq ($DYFLAG,) 105 105 $(PROGRAMS): $(SOLIB) $(PROGRAMS:=.o) 106 106 @echo " Linking excutable $@ ..." … … 110 110 111 111 ifdef ($DYFLAG) 112 if eq ($DYFLAG,)112 ifneq ($DYFLAG,) 113 113 $(DYLIB): $(LIBRARIES) $(OBJS) $(HEADERS) 114 114 @echo " Linking dylib $(DYLIB) ..."
Note:
See TracChangeset
for help on using the changeset viewer.