aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxen/Makefile.dist
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libxen/Makefile.dist')
-rw-r--r--tools/libxen/Makefile.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libxen/Makefile.dist b/tools/libxen/Makefile.dist
index 33ca44848c..70883629b8 100644
--- a/tools/libxen/Makefile.dist
+++ b/tools/libxen/Makefile.dist
@@ -54,7 +54,7 @@ libxenapi.so.$(MAJOR): libxenapi.so.$(MAJOR).$(MINOR)
ln -sf $< $@
libxenapi.so.$(MAJOR).$(MINOR): $(LIBXENAPI_OBJS)
- $(CC) $(CFLAGS) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenapi.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^
+ $(CC) $(LDFLAGS) -Wl,$(SONAME_LDFLAG) -Wl,libxenapi.so.$(MAJOR) $(SHLIB_LDFLAGS) -o $@ $^
libxenapi.a: $(LIBXENAPI_OBJS)
$(AR) rcs libxenapi.a $^