Parcourir la source

Non-invasively remove building of re2c and lmdb.

Stefano Cossu il y a 2 ans
Parent
commit
e166ff6bd0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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.