diff options
author | nyamatongwe <unknown> | 2003-12-05 11:18:58 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-12-05 11:18:58 +0000 |
commit | f4b927dae5e32bf13e51d733dba62e2fcc526dfc (patch) | |
tree | 2738431ab9f873fe68f1a4ef8d2e8f9c960eb2df | |
parent | 06a75bd5c8adc65eadede5a57a63539843f0a61c (diff) | |
download | scintilla-mirror-f4b927dae5e32bf13e51d733dba62e2fcc526dfc.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) |