2010-10-29 18:37:40 +02:00
|
|
|
(xen-unstable changeset: 21972:d3de6f484610)
|
|
|
|
|
|
|
|
---
|
|
|
|
tools/xenpaging/Makefile | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2011-02-04 22:19:54 +01:00
|
|
|
Index: xen-4.0.2-testing/tools/xenpaging/Makefile
|
|
|
|
===================================================================
|
|
|
|
--- xen-4.0.2-testing.orig/tools/xenpaging/Makefile
|
|
|
|
+++ xen-4.0.2-testing/tools/xenpaging/Makefile
|
2010-10-20 23:00:35 +02:00
|
|
|
@@ -27,7 +27,7 @@ IBINS = xenpaging
|
|
|
|
all: $(IBINS)
|
|
|
|
|
|
|
|
xenpaging: $(OBJS)
|
|
|
|
- $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
|
|
|
|
+ $(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS)
|
|
|
|
|
|
|
|
install: all
|
|
|
|
$(INSTALL_DIR) $(DESTDIR)$(SBINDIR)
|