From e2a782241582e9e7725869f35dfbe2d45cf35a3a Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Fri, 21 Apr 2017 11:24:48 -0400 Subject: package makefiles: clean up backslash spacing. The check-package script when ran gave warnings on only using one space before backslashes on all of these makefiles. This patch cleans up all warnings related to the one space before backslashes rule in the make files in the package directory. Signed-off-by: Adam Duskett Signed-off-by: Thomas Petazzoni --- package/python-pyqt/python-pyqt.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/python-pyqt/python-pyqt.mk') diff --git a/package/python-pyqt/python-pyqt.mk b/package/python-pyqt/python-pyqt.mk index ab658e90b7..9b05f0bd9e 100644 --- a/package/python-pyqt/python-pyqt.mk +++ b/package/python-pyqt/python-pyqt.mk @@ -84,7 +84,7 @@ PYTHON_PYQT_CONF_OPTS = \ # Python 3.x. ifeq ($(BR2_PACKAGE_PYTHON),y) PYTHON_PYQT_CONF_OPTS += \ - --vendorid-incdir $(STAGING_DIR)/usr/include/$(PYTHON_PYQT_PYTHON_DIR) \ + --vendorid-incdir $(STAGING_DIR)/usr/include/$(PYTHON_PYQT_PYTHON_DIR) \ --vendorid-libdir $(STAGING_DIR)/usr/lib/$(PYTHON_PYQT_PYTHON_DIR)/config endif -- cgit v1.2.3