Diff

util-src/Makefile @ 445:f68f39a62ecc

Removed MS specific preprocessor statements from the Makefile
author Waqas Hussain <waqas20@gmail.com>
date Thu, 27 Nov 2008 22:27:25 +0500
parent 442:722f63c70a77
child 463:a2452d3bd828
child 472:ee45599c0b5d
line wrap: on
line diff
--- a/util-src/Makefile	Thu Nov 27 21:49:31 2008 +0500
+++ b/util-src/Makefile	Thu Nov 27 22:27:25 2008 +0500
@@ -1,7 +1,4 @@
 
-!IFDEF WINDIR
-!INCLUDE Makefile.win
-!ELSE
 
 LUA_INCLUDE=/usr/include/lua5.1
 LUA_LIB=lua5.1
@@ -26,4 +23,3 @@
 hashes.so: hashes.c
 	gcc -shared hashes.c -I$(LUA_INCLUDE) -l$(LUA_LIB) -l$(OPENSSL_LIB) -o hashes.so
 	
-!ENDIF