aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-17 15:17:22 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-17 15:17:22 +0000
commitd2477385df5d7896d5df12fef4fd5fedef8b94e1 (patch)
treeee35932254b50fa56f12a323bdd2f7767760c5d3 /tools/xcutils
parentdb13a968f5438711901cd404fae02c6e15dabc3c (diff)
downloadxen-d2477385df5d7896d5df12fef4fd5fedef8b94e1.tar.gz
xen-d2477385df5d7896d5df12fef4fd5fedef8b94e1.tar.bz2
xen-d2477385df5d7896d5df12fef4fd5fedef8b94e1.zip
tools: LDFLAGS in link lines
LDFLAGS is not honoured by a couple of link lines in tools/*, but should be. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xcutils/Makefile b/tools/xcutils/Makefile
index df7ee8613f..5fe69eef39 100644
--- a/tools/xcutils/Makefile
+++ b/tools/xcutils/Makefile
@@ -33,7 +33,7 @@ all: build
build: $(PROGRAMS)
$(PROGRAMS): %: %.o
- $(CC) $(CFLAGS) $^ $(LDLIBS) -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $^ $(LDLIBS) -o $@
.PHONY: install
install: build