Index: xen-3.3.0/tools/xenmon/Makefile =================================================================== --- xen-3.3.0.orig/tools/xenmon/Makefile +++ xen-3.3.0/tools/xenmon/Makefile @@ -42,6 +42,6 @@ clean: %: %.c Makefile - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< + $(CC) $(CFLAGS) $< $(LDFLAGS) -o $@ xentrace_%: %.c Makefile - $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< + $(CC) $(CFLAGS) $< $(LDFLAGS) -o $@