diff options
| -rw-r--r-- | macosx/makefile | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/macosx/makefile b/macosx/makefile index 425456856..02ff7998a 100644 --- a/macosx/makefile +++ b/macosx/makefile @@ -90,10 +90,10 @@ COMPLIB=DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \          TCarbonEvent.o TView.o ScintillaCallTip.o \  	$(LEXOBJS) -$(STATICLIB): $(COMPLIB)  +$(STATICLIB): $(COMPLIB)  	$(LIBTOOL) -static -o $@ $^ -$(DYNAMICLIB): $(COMPLIB)  +$(DYNAMICLIB): $(COMPLIB)  	$(CC) -dynamic -o $@ $(DYN_FLAGS) $^  # Generate header files from Scintilla.iface | 
