Browse Source

utils: removed invalid lib path from Makefile

Daniel-Constantin Mierla 14 năm trước cách đây
mục cha
commit
0704fc5368
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 \
       -I$(LOCALBASE)/include
-LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lcurl -lxml2
+LIBS+=-L$(LOCALBASE)/lib -lcurl -lxml2
 
 DEFS+=-DOPENSER_MOD_INTERFACE