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.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=647abbff5fafdf95dfde47aa178072dc9115f40e;ds=sidebyside cosmetic changes to XOrg uitls/ and misc/ SVN-Revision: 8929 --- diff --git a/XOrg/misc/libdrm/Makefile b/XOrg/misc/libdrm/Makefile index cad2e393a9..c1279fb236 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 7a5c00cd72..8912ac4abf 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