From 6bb84c7169d5f621726a34a1def82b440937fb21 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 19 Mar 2008 17:29:07 +1100 Subject: Use separate LDFLAGS for bin-to-hex We don't need the general -L and -l flags for the bin-to-hex util. Signed-off-by: Jeremy Kerr Signed-off-by: Simon Horman --- util/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/Makefile b/util/Makefile index 89732a1..11d82fd 100644 --- a/util/Makefile +++ b/util/Makefile @@ -6,6 +6,7 @@ $(BIN_TO_HEX): $(srcdir)/util/bin-to-hex.c $(BIN_TO_HEX): CC=$(BUILD_CC) $(BIN_TO_HEX): CFLAGS=$(BUILD_CFLAGS) +$(BIN_TO_HEX): LDFLAGS= dist += util/Makefile util/bin-to-hex.c clean += util/bin-to-hex.o $(BIN_TO_HEX) -- cgit