[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] tools: flask: remove $(LOADLIBES)
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1300894968 0 # Node ID 3c2c593bac4b79cea1771ff58012bdcb07b6f530 # Parent 0409c5c86bde8c722e6700caf34379af60c712bc tools: flask: remove $(LOADLIBES) Probably a typo and never defined, I can't tell what it was supposed to be. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- diff -r 0409c5c86bde -r 3c2c593bac4b tools/flask/utils/Makefile --- a/tools/flask/utils/Makefile Wed Mar 23 15:42:01 2011 +0000 +++ b/tools/flask/utils/Makefile Wed Mar 23 15:42:48 2011 +0000 @@ -19,7 +19,7 @@ all: $(CLIENTS) $(CLIENTS): flask-%: %.o - $(CC) $(CFLAGS) $(LDFLAGS) $< $(LOADLIBES) $(LDLIBS) -L$(LIBFLASK_ROOT) -lflask $(LDLIBS_libxenctrl) -o $@ + $(CC) $(CFLAGS) $(LDFLAGS) $< $(LDLIBS) -L$(LIBFLASK_ROOT) -lflask $(LDLIBS_libxenctrl) -o $@ .PHONY: clean clean: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |