Improve the comment for the shared library in Make file

main
Kai Liu 11 years ago
parent 30f1b97a06
commit b37fda842d
  1. 6
      Makefile

@ -85,7 +85,9 @@ MEMENVLIBRARY = libmemenv.a
default: all
# Should we build shared libraries?
#-----------------------------------------------
# Create platform independent shared libraries.
#-----------------------------------------------
ifneq ($(PLATFORM_SHARED_EXT),)
ifneq ($(PLATFORM_SHARED_VERSIONED),true)
@ -112,7 +114,7 @@ $(SHARED3):
endif # PLATFORM_SHARED_EXT
all: $(SHARED) $(LIBRARY) $(PROGRAMS)
all: $(LIBRARY) $(PROGRAMS)
.PHONY: blackbox_crash_test check clean coverage crash_test ldb_tests \
release tags valgrind_check whitebox_crash_test

Loading…
Cancel
Save