From: John Crispin Date: Fri, 21 Sep 2007 17:38:08 +0000 (+0000) Subject: cosmetic changes to XOrg uitls/ and misc/ X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=076ff280d7347a8b09dd331543181da22ec938e6;p=openwrt%2Fsvn-archive%2Fpackages.git cosmetic changes to XOrg uitls/ and misc/ SVN-Revision: 8929 --- diff --git a/XOrg/misc/libdrm/Makefile b/XOrg/misc/libdrm/Makefile index cad2e393a..c1279fb23 100644 --- a/XOrg/misc/libdrm/Makefile +++ b/XOrg/misc/libdrm/Makefile @@ -25,7 +25,10 @@ define Package/libdrm endef define Build/Configure - cd $(PKG_BUILD_DIR)/; $(TARGET_CONFIGURE_OPTS) ./configure --host=$(GNU_TARGET_NAME) + cd $(PKG_BUILD_DIR)/; \ + $(TARGET_CONFIGURE_OPTS) \ + ./configure \ + --host=$(GNU_TARGET_NAME) endef define Build/Compile diff --git a/XOrg/utils/common.mk b/XOrg/utils/common.mk index 7a5c00cd7..8912ac4ab 100644 --- a/XOrg/utils/common.mk +++ b/XOrg/utils/common.mk @@ -13,7 +13,12 @@ _CATEGORY:=utils include ../../common.mk define Build/Configure - cd $(PKG_BUILD_DIR); ./configure --prefix=${STAGING_DIR} --sysconfdir=/etc --mandir=${STAGING_DIR}/share/man --localstatedir=/var + cd $(PKG_BUILD_DIR); \ + ./configure \ + --prefix=${STAGING_DIR} \ + --sysconfdir=/etc \ + --mandir=${STAGING_DIR}/share/man \ + --localstatedir=/var endef define Build/Compile