From: Benoît Thébaudeau Date: Wed, 6 Aug 2014 13:39:09 +0000 (+0200) Subject: rpi-userland: .mk: Indent rules with tabs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6934024a84bcc58c6ca9e6b22bc4cd5846cfb078;p=buildroot.git rpi-userland: .mk: Indent rules with tabs Signed-off-by: Benoît Thébaudeau Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk index 20f68fafbe..81ed95c6b9 100644 --- a/package/rpi-userland/rpi-userland.mk +++ b/package/rpi-userland/rpi-userland.mk @@ -14,7 +14,7 @@ RPI_USERLAND_CONF_OPT = -DVMCS_INSTALL_PREFIX=/usr RPI_USERLAND_PROVIDES = libegl libgles libopenmax libopenvg define RPI_USERLAND_POST_TARGET_CLEANUP - rm -Rf $(TARGET_DIR)/usr/src + rm -Rf $(TARGET_DIR)/usr/src endef RPI_USERLAND_POST_INSTALL_TARGET_HOOKS += RPI_USERLAND_POST_TARGET_CLEANUP