ref: 5b5134eaeabb6620c68310a78cadcb7a8d473bce
parent: 6ba85394e0adfaaa506da900bc93e449e436fb26
parent: ca9056437ef89d7769ad3ec1acf2b992902f8291
author: ruil2 <[email protected]>
date: Wed Nov 9 04:45:09 EST 2016
Merge pull request #2590 from GuangweiWang/issue-2561 fix git issue #2561
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@
ifeq (android,$(OS))
clean: clean_Android
endif
- $(QUIET)rm -f $(OBJS) $(OBJS:.$(OBJ)=.d) $(OBJS:.$(OBJ)=.obj) $(LIBRARIES) $(BINARIES) *.lib *.a *.dylib *.dll *.so *.so.* *.exe *.pdb *.exp *.pc *.res *.map
+ $(QUIET)rm -f $(OBJS) $(OBJS:.$(OBJ)=.d) $(OBJS:.$(OBJ)=.obj) $(LIBRARIES) $(BINARIES) *.lib *.a *.dylib *.dll *.so *.so.* *.exe *.pdb *.exp *.pc *.res *.map $(SRC_PATH)codec/common/inc/version_gen.h
gmp-bootstrap:
if [ ! -d gmp-api ] ; then git clone https://github.com/mozilla/gmp-api gmp-api ; fi