diff options
author | Benoît Thébaudeau <benoit.thebaudeau@advansee.com> | 2014-08-06 15:39:09 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-06 19:43:44 +0200 |
commit | 6934024a84bcc58c6ca9e6b22bc4cd5846cfb078 (patch) | |
tree | 3ec8f05c1aff3ca76ce3c4bb94f0ee0c9d7cb938 | |
parent | a284c665cb5b210c56ce215b9ffae6cdb756c5db (diff) | |
download | buildroot-6934024a84bcc58c6ca9e6b22bc4cd5846cfb078.tar.gz buildroot-6934024a84bcc58c6ca9e6b22bc4cd5846cfb078.zip |
rpi-userland: .mk: Indent rules with tabs
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/rpi-userland/rpi-userland.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |