diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-18 19:48:39 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-18 19:48:39 +0000 |
commit | fb167775d703ba2a3cc1a0527982723845b6997e (patch) | |
tree | 80c42d5d40649530c283822635f41a2e600e266f | |
parent | 0c15a01c53808f846b254d0cef99feb6d02f2dd5 (diff) | |
download | haskell-fb167775d703ba2a3cc1a0527982723845b6997e.tar.gz |
Install extra-gcc-opts in bindists
-rw-r--r-- | distrib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/distrib/Makefile b/distrib/Makefile index ee1b962f79..3cbacc21e3 100644 --- a/distrib/Makefile +++ b/distrib/Makefile @@ -25,6 +25,7 @@ install:: $(MAKE) -C rts install DOING_BIN_DIST=YES $(MAKE) -C libraries install DOING_BIN_DIST=YES $(MAKE) -C compiler install DOING_BIN_DIST=YES + $(INSTALL_DATA) $(INSTALL_OPTS) extra-gcc-opts $(libdir) install :: install-docs postinstall denounce |