Explorar o código

Non-invasively remove building of re2c and lmdb.

Stefano Cossu %!s(int64=2) %!d(string=hai) anos
pai
achega
e166ff6bd0
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -86,10 +86,10 @@ help:
 		| column -t  -s '|'
 	
 
-lib: $(DEPLIBS) codec $(LIBS) ## Compile main library (static and dynamic linking).
+lib: codec $(LIBS) ## Compile main library (static and dynamic linking).
 
 
-debug: $(DEPLIBS) codec_dbg $(DBG_LIBS) ## Compile main library with debug symbols.
+debug: codec_dbg $(DBG_LIBS) ## Compile main library with debug symbols.
 
 
 # Static library.