summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)