summaryrefslogtreecommitdiff
path: root/package/openocd
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2017-03-19 10:59:49 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-19 14:09:18 +0100
commitea7532047d5141c7ed0335247ef2fa3793f33118 (patch)
tree25304d0efa96120ee77024206c30acd7e53f6773 /package/openocd
parentc961a9b5220a2d0db562fe91634daa496f762ad0 (diff)
package/openocd: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/openocd')
-rw-r--r--package/openocd/openocd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk
index 0d1836573d..8407bbcbd1 100644
--- a/package/openocd/openocd.mk
+++ b/package/openocd/openocd.mk
@@ -108,7 +108,7 @@ HOST_OPENOCD_DEPENDENCIES = host-libftdi host-libusb host-libusb-compat
# build system believe the documentation doesn't need to be
# regenerated.
define OPENOCD_FIX_VERSION_TEXI
- touch -r $(@D)/doc/openocd.info $(@D)/doc/version.texi
+ touch -r $(@D)/doc/openocd.info $(@D)/doc/version.texi
endef
OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI
HOST_OPENOCD_POST_BUILD_HOOKS += OPENOCD_FIX_VERSION_TEXI