# HG changeset patch # User bjarni # Date 1120241776 0 # Node ID 56bcd637009d641bded7ea73259b87aa0c1448a3 # Parent 470681a69bdb9e9adeb4461eb74aa56c86a62bc3 (svn r2506) - Fix: [OSX, makefile] The makefile can now also see OSX 10.4 as OSX diff -r 470681a69bdb -r 56bcd637009d makefiledir/Makefile.libdetection --- a/makefiledir/Makefile.libdetection Fri Jul 01 15:46:27 2005 +0000 +++ b/makefiledir/Makefile.libdetection Fri Jul 01 18:16:16 2005 +0000 @@ -19,7 +19,7 @@ endif # Automatically recognize if building on MacOSX -ifeq ($(VENDOR), apple) +ifeq ($(shell uname), Darwin) OSX:=1 # OSX uses the unix setup too UNIX:=1