From d7c0d5b278373f30d1183c4a5e09074d2cf5b5de Mon Sep 17 00:00:00 2001 From: John-Mark Bell Date: Wed, 4 Aug 2021 08:02:11 +0100 Subject: Blank line before "endif" --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 1bbe6ed..9f93e11 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ $(realoutput): $(OUTPUT) $(Q)$(dir $(CC))elf2aif $(OUTPUT) $@ $(Q)echo " SQUEEZE: $@" $(Q)$(dir $(CC))squeeze $@ + endif DISTCLEAN_ITEMS := $(DISTCLEAN_ITEMS) ttf2f.zip @@ -96,6 +97,7 @@ $(BUILDDIR)/!Help: riscos/Help $(Q)$(SED) \ -e 's/__COPYRIGHT_END__/$(word $(words $(COMPONENT_DATE)),$(COMPONENT_DATE))/' \ $^ >$@ + endif all: $(PRE_TARGETS) $(OUTPUT) $(POST_TARGETS) -- cgit v1.2.3