typo
This commit is contained in:
parent
471a211d21
commit
3a6039c287
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -206,7 +206,7 @@ osxapp: Build/Standalone Build/OSXMkLibs
|
||||||
cp "$(OSX_MAGIC_FILE)" "$(OSXAPP_BASE)/magic/magic.mgc"; \
|
cp "$(OSX_MAGIC_FILE)" "$(OSXAPP_BASE)/magic/magic.mgc"; \
|
||||||
else \
|
else \
|
||||||
echo "** OSX_MAGIC_FILE not set; not including it" >&2; \
|
echo "** OSX_MAGIC_FILE not set; not including it" >&2; \
|
||||||
endif
|
fi
|
||||||
|
|
||||||
# OSX looks in man dir nearby the bin
|
# OSX looks in man dir nearby the bin
|
||||||
$(MAKE) install-mans DESTDIR="$(OSXAPP_BASE)/.." SHAREDIR="" PREFIX=""
|
$(MAKE) install-mans DESTDIR="$(OSXAPP_BASE)/.." SHAREDIR="" PREFIX=""
|
||||||
|
|
Loading…
Reference in a new issue