aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-26 12:21:20 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-26 12:21:20 -0400
commitef7d0362310aab5f102c72ad78ad15e4b0085268 (patch)
treec529df04b09a0fcc2a90bcfb9f9d2dcb327cbaf6 /Makefile
parent8ee9733ff3dd8b9ff7cf1552f7eebf96b4ade7bb (diff)
typo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdf443632..f94ca9fc7 100644
--- a/Makefile
+++ b/Makefile
@@ -206,7 +206,7 @@ osxapp: Build/Standalone Build/OSXMkLibs
cp "$(OSX_MAGIC_FILE)" "$(OSXAPP_BASE)/magic/magic.mgc"; \
else \
echo "** OSX_MAGIC_FILE not set; not including it" >&2; \
- endif
+ fi
# OSX looks in man dir nearby the bin
$(MAKE) install-mans DESTDIR="$(OSXAPP_BASE)/.." SHAREDIR="" PREFIX=""