mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 05:39:06 +08:00
14 lines
509 B
Diff
14 lines
509 B
Diff
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
||
|
index 17b64a80e..f45d9d0fe 100644
|
||
|
--- a/src/Makefile.am
|
||
|
+++ b/src/Makefile.am
|
||
|
@@ -260,7 +260,7 @@ if XCB_SERVERSIDE_SUPPORT
|
||
|
C_CLIENT_PY_EXTRA_ARGS += --server-side
|
||
|
endif
|
||
|
|
||
|
-$(EXTSOURCES): c_client.py $(XCBPROTO_XCBINCLUDEDIR)/$(@:.c=.xml)
|
||
|
+$(EXTSOURCES): c_client.py /$(@:.c=.xml)
|
||
|
$(AM_V_GEN)$(PYTHON) $(srcdir)/c_client.py -c "$(PACKAGE_STRING)" -l "$(XORG_MAN_PAGE)" \
|
||
|
-s "$(LIB_MAN_SUFFIX)" -p $(XCBPROTO_XCBPYTHONDIR) \
|
||
|
$(C_CLIENT_PY_EXTRA_ARGS) \
|