diff options
| author | nyamatongwe <devnull@localhost> | 2003-12-05 11:18:58 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-12-05 11:18:58 +0000 | 
| commit | 69e1be01b3cb3985d20f53dd781d21442c718b3d (patch) | |
| tree | 2738431ab9f873fe68f1a4ef8d2e8f9c960eb2df | |
| parent | 29d54d3094bbb6de332c4ebbe9312b4b49996f9d (diff) | |
| download | scintilla-mirror-69e1be01b3cb3985d20f53dd781d21442c718b3d.tar.gz | |
Mac OS X improvement.
| -rw-r--r-- | gtk/makefile | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/makefile b/gtk/makefile index 685a11173..ffb07f871 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -12,9 +12,7 @@ CC = g++  AR = ar  RANLIB = touch -ifeq ($(OSTYPE),darwin) -CC = c++ -AR = ar +ifeq ($(shell uname),Darwin)  RANLIB = ranlib  endif @@ -65,7 +63,7 @@ LexCrontab.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexForth.o \  LexFortran.o LexHTML.o LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o \  LexMMIXAL.o LexMPT.o LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o \  LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o \ -LexYAML.o  +LexYAML.o  #--Autogenerated -- end of automatically generated section  all: $(COMPLIB)  | 
