From 3a90dbcd202b164a487c9e9b1d4608b28de37c37 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Wed, 18 Mar 2020 20:26:40 +0100 Subject: [PATCH] Align entries in dev.mk.in --- dev.mk.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev.mk.in b/dev.mk.in index 70ad15a1d..690a70dc5 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -54,7 +54,8 @@ non_third_party_headers_without_cpp = \ unittest/framework.hpp \ unittest/util.hpp -non_third_party_headers = $(subst .cpp,.hpp,$(non_third_party_sources)) \ +non_third_party_headers = \ + $(subst .cpp,.hpp,$(non_third_party_sources)) \ $(non_third_party_headers_without_cpp) third_party_headers = \ -- 2.47.2