2017-09-13 17:02 UTC Viktor Szakats (vszakats users.noreply.github.com)

* config/dyn.mk
    * sync a missed variable rename
This commit is contained in:
Viktor Szakats
2017-09-13 17:03:01 +00:00
parent 59bd39a33c
commit 0bb0a11d16
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
Entries may not always be in chronological/commit order. Entries may not always be in chronological/commit order.
See license at the end of file. */ See license at the end of file. */
2017-09-13 17:02 UTC Viktor Szakats (vszakats users.noreply.github.com)
* config/dyn.mk
* sync a missed variable rename
2017-09-13 14:39 UTC Viktor Szakats (vszakats users.noreply.github.com) 2017-09-13 14:39 UTC Viktor Szakats (vszakats users.noreply.github.com)
+ contrib/hbcomm/DEPRECATED.txt + contrib/hbcomm/DEPRECATED.txt
* contrib/hbgd/tests/counter.prg * contrib/hbgd/tests/counter.prg

View File

@@ -97,7 +97,7 @@ endif
ifeq ($(HB_DYN_FROM_LIBS),yes) ifeq ($(HB_DYN_FROM_LIBS),yes)
ALL_OBJS := $(subst /,$(DIRSEP),$(foreach lib,$(HB_DYN_LIBS),$(wildcard $(LIB_DIR)/$(LIB_PREF)$(lib)$(LIB_EXT)))) ALL_OBJS := $(subst /,$(DIRSEP),$(foreach lib,$(HB_DYN_LIBS),$(wildcard $(LIB_DIR)/$(LIB_PREF)$(lib)$(LIB_EXT))))
else else
ALL_OBJS := $(subst /,$(DIRSEP),$(foreach dir,$(DYNDIRLIST),$(wildcard $(TOP)$(ROOT)$(dir)/$(OBJ_DIR)/*$(OBJ_DYN_POSTFIX)$(OBJ_EXT)))) ALL_OBJS := $(subst /,$(DIRSEP),$(foreach dir,$(DYNDIRLIST),$(wildcard $(TOP)$(ROOT)$(dir)/$(OBJ_DIR)/*$(OBJ_DYN_SUFFIX)$(OBJ_EXT))))
endif endif
first:: dirbase descend first:: dirbase descend