Skip to content

Instantly share code, notes, and snippets.

@dunn
Last active August 29, 2015 14:18
Show Gist options
  • Save dunn/776ccb55d8d4535798bf to your computer and use it in GitHub Desktop.
Save dunn/776ccb55d8d4535798bf to your computer and use it in GitHub Desktop.
--- a/include/Make/Install.make 2015/04/08 07:53:52 1.1
+++ b/include/Make/Install.make 2015/04/08 07:54:13 1.2
@@ -116,11 +116,6 @@
-$(INSTALL) config.status $(INST_DIR)/config.status
-$(CHMOD) -R a+rX $(INST_DIR) 2>/dev/null
-ifneq ($(findstring darwin,$(ARCH)),)
- @# enable OSX Help Viewer
- @/bin/ln -sfh "$(INST_DIR)/docs/html" /Library/Documentation/Help/GRASS-$(GRASS_VERSION_MAJOR).$(GRASS_VERSION_MINOR)
-endif
-
$(INST_DIR) $(UNIX_BIN):
$(MAKE_DIR_CMD) $@
@@ -164,7 +159,7 @@
$(MAKE) strip
$(MAKE) install
-bindist:
+bindist:
ifeq ($(strip $(MACOSX_APP)),1)
$(MAKE) bindist-macosx
else
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment