[PATCH 1/3] build: fix indentation for remap-log target

Jani Nikula jani.nikula at intel.com
Thu Apr 26 15:10:50 UTC 2018


Remove extra tab.

Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 51e1d42488b0..aab4c6e3a65b 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ all: drm-intel.html dim.html drm-misc.html remap-log
 	rst2html $< > $@
 
 remap-log: remap-log.c
-		$(CC) $(CFLAGS) -o $@ $<
+	$(CC) $(CFLAGS) -o $@ $<
 
 drm-intel.html: drm-intel.rst drm-intel-flow.svg drm-intel-timeline.rst drm-intel-timeline.json
 
-- 
2.11.0



More information about the dim-tools mailing list