summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-04 08:02:11 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2021-08-04 08:02:11 +0100
commitd7c0d5b278373f30d1183c4a5e09074d2cf5b5de (patch)
tree6cd8586e003015bbdddc13e9d5cb06df64778d04 /Makefile
parent8bafff695fb42f2e9e889c941b32cda076841f29 (diff)
downloadttf2f-d7c0d5b278373f30d1183c4a5e09074d2cf5b5de.tar.gz
ttf2f-d7c0d5b278373f30d1183c4a5e09074d2cf5b5de.tar.bz2
Blank line before "endif"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)