Преглед изворни кода

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 \
       -I$(LOCALBASE)/include
-LIBS+=-L$(SYSBASE)/include/lib -L$(LOCALBASE)/lib -lcurl -lxml2
+LIBS+=-L$(LOCALBASE)/lib -lcurl -lxml2
 
 DEFS+=-DOPENSER_MOD_INTERFACE