浏览代码

utils: removed invalid lib path from Makefile

Daniel-Constantin Mierla 14 年之前
父节点
当前提交
0704fc5368
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/utils/Makefile

+ 1 - 1
modules/utils/Makefile

@@ -11,7 +11,7 @@ LIBS=
 
 
 DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
 DEFS+=-I/usr/include/libxml2 -I$(LOCALBASE)/include/libxml2 \
       -I$(LOCALBASE)/include
       -I$(LOCALBASE)/include
-LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lcurl -lxml2
+LIBS+=-L$(LOCALBASE)/lib -lcurl -lxml2
 
 
 DEFS+=-DOPENSER_MOD_INTERFACE
 DEFS+=-DOPENSER_MOD_INTERFACE