소스 검색

Non-invasively remove building of re2c and lmdb.

Stefano Cossu 2 년 전
부모
커밋
e166ff6bd0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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.