Skip to content
Snippets Groups Projects
Commit 4594dc62 authored by deuce's avatar deuce
Browse files

Assign LDFLAGS to UTIL_LDFLAGS with expansion to prevent later changes to

LDFLAGS from being reflected in UTIL_LDFLAGS.
parent 1588d01b
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ ...@@ -16,7 +16,8 @@
SRC_ROOT = .. SRC_ROOT = ..
include $(SRC_ROOT)/build/Common.gmake include $(SRC_ROOT)/build/Common.gmake
UTIL_LDFLAGS += $(LDFLAGS) $(SMBLIB_LDFLAGS) $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV_LDFLAGS) UTIL_LDFLAGS := $(LDFLAGS)
UTIL_LDFLAGS += $(SMBLIB_LDFLAGS) $(UIFC-MT_LDFLAGS) $(CIOLIB-MT_LDFLAGS) $(XPDEV_LDFLAGS)
UTIL_LIBS += $(SMBLIB_LIBS) UTIL_LIBS += $(SMBLIB_LIBS)
ifndef bcc ifndef bcc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment