[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] tools/xenalyze: Remove bogus library dependencies
commit c36e1c247ad3eca17f0048dda8452973b6672f65 Author: George Dunlap <george.dunlap@xxxxxxxxxx> AuthorDate: Mon Aug 8 10:42:48 2016 +0100 Commit: George Dunlap <george.dunlap@xxxxxxxxxx> CommitDate: Tue Aug 9 15:41:35 2016 +0100 tools/xenalyze: Remove bogus library dependencies xenalyze was inheriting LDLIBS of xentrace; but it doesn't need them. Remove this dependency, which allows xenalyze to be built without the libraries having been built, and run without the libraries being installed. Signed-off-by: George Dunlap <george.dunlap@xxxxxxxxxx> Acked-by: Wei Liu <wei.liu2@xxxxxxxxxx> Reviewed-by: Dario Faggioli <dario.faggioli@xxxxxxxxxx> --- tools/xentrace/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xentrace/Makefile b/tools/xentrace/Makefile index 0157be2..a85ed33 100644 --- a/tools/xentrace/Makefile +++ b/tools/xentrace/Makefile @@ -50,7 +50,7 @@ xentrace_setsize: setsize.o $(CC) $(LDFLAGS) -o $@ $< $(LDLIBS) $(APPEND_LDFLAGS) xenalyze: xenalyze.o mread.o - $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS) $(APPEND_LDFLAGS) + $(CC) $(LDFLAGS) -o $@ $^ $(APPEND_LDFLAGS) -include $(DEPS) -- generated by git-patchbot for /home/xen/git/xen.git#master _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx https://lists.xenproject.org/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |