From dcdd893bed1a4c416766d83cdc181e680e97ce61 Mon Sep 17 00:00:00 2001 From: Yuichiro MASUI Date: Sun, 9 Dec 2012 18:44:23 +0900 Subject: Added LDFLAGS to Makefiles --- tools/mrbc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/mrbc') diff --git a/tools/mrbc/Makefile b/tools/mrbc/Makefile index 9da1776bd..ea2286021 100644 --- a/tools/mrbc/Makefile +++ b/tools/mrbc/Makefile @@ -52,7 +52,7 @@ all : $(EXE) # executable constructed using linker from object files $(EXE) : $(OBJS) $(LIBR) - $(LL) -o $@ $(OBJS) $(LIBR) $(LIBS) + $(LL) -o $@ $(LDFLAGS) $(OBJS) $(LIBR) $(LIBS) -include $(OBJS:.o=.d) -- cgit v1.2.3