diff options
-rw-r--r-- | distrib/MacOS/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distrib/MacOS/Makefile b/distrib/MacOS/Makefile index 3d7852e7d4..3928d34fa7 100644 --- a/distrib/MacOS/Makefile +++ b/distrib/MacOS/Makefile @@ -101,7 +101,7 @@ framework-pkg: COMMAND_MODE=unix2003 -$(RM) -f GHC-system.pmdoc/*-contents.xml $(PACKAGEMAKER) -v --doc GHC-system.pmdoc\ - $(PACKAGEMAKER_TARGET) -o $(TOP)/$(PACKAGE_NAME) + $(PACKAGEMAKER_TARGET) -o $(TOP)/$(PACKAGE_NAME) -i org.haskell.GHC # If we don't specify COMMAND_MODE=unix2003 then xcodebuild defaults # to setting it to legacy, which means that ar builds archives |