]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
build: Fix VPATH build
authorJiri Denemark <jdenemar@redhat.com>
Thu, 13 Dec 2012 15:38:48 +0000 (16:38 +0100)
committerJiri Denemark <jdenemar@redhat.com>
Thu, 13 Dec 2012 16:06:36 +0000 (17:06 +0100)
$(srcdir) is already part of $$file since commit f1f9a7ac7e.

src/Makefile.am

index bb80992c0ab6187c8db39a793be571a1ee84175f..7c2d8ed9615a8c4e106ef3bb0d97c83e9d7d0cce 100644 (file)
@@ -1451,7 +1451,7 @@ libvirt.syms: libvirt_public.syms $(USED_SYM_FILES) \
        printf 'LIBVIRT_PRIVATE_$(VERSION) {\n\n'  >>$@-tmp && \
        printf 'global:\n\n' >>$@-tmp && \
        for file in $(USED_SYM_FILES); do \
-           cat $(srcdir)/$$file >>$@-tmp; \
+           cat $$file >>$@-tmp; \
        done && \
        printf '\n\nlocal:\n*;\n\n};' >>$@-tmp && \
        chmod a-w $@-tmp && \