mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
Makefile: fixed build with 'make' without nested vars support
This commit is contained in:
@@ -16,14 +16,14 @@ lib_LTLIBRARIES = \
|
||||
noinst_DATA =
|
||||
MOSTLYCLEANFILES =
|
||||
|
||||
AM_V_LIB = $(am__v_LIB_$(V))
|
||||
am__v_LIB_ = $(am__v_LIB_$(AM_DEFAULT_VERBOSITY))
|
||||
AM_V_LIB = $(am__v_LIB_@AM_V@)
|
||||
am__v_LIB_ = $(am__v_LIB_@AM_DEFAULT_V@)
|
||||
am__v_LIB_0 = @echo " LIB " $@;
|
||||
am__v_LIB_1 =
|
||||
|
||||
if W32_SHARED_LIB_EXP
|
||||
AM_V_DLLTOOL = $(am__v_DLLTOOL_$(V))
|
||||
am__v_DLLTOOL_ = $(am__v_DLLTOOL_$(AM_DEFAULT_VERBOSITY))
|
||||
AM_V_DLLTOOL = $(am__v_DLLTOOL_@AM_V@)
|
||||
am__v_DLLTOOL_ = $(am__v_DLLTOOL_@AM_DEFAULT_V@)
|
||||
am__v_DLLTOOL_0 = @echo " DLLTOOL " $@;
|
||||
am__v_DLLTOOL_1 =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user