X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Makefile;h=192a0d5cc11429c524be6fd44f393ae5d76e1103;hb=93a74b86d201bf0ee3233e993e88eb80c2d97f68;hp=981fec0d8c52026d82e73e0e9a79cbcd4927f3bd;hpb=30091f98d69664e7f748639749938dc3a0d5821e;p=ghc-hetmet.git diff --git a/Makefile b/Makefile index 981fec0..192a0d5 100644 --- a/Makefile +++ b/Makefile @@ -199,6 +199,11 @@ install :: endif endif +# Install gcc-extra-opts +install :: + @$(INSTALL_DIR) $(libdir) + $(INSTALL_DATA) $(INSTALL_OPTS) extra-gcc-opts $(libdir) + install-docs :: @case '${MFLAGS}' in *-[ik]*) x_on_err=0;; *-r*[ik]*) x_on_err=0;; *) x_on_err=1;; esac; \ for i in $(SUBDIRS); do \ @@ -262,6 +267,7 @@ BIN_DIST_TOP= distrib/Makefile \ ANNOUNCE \ LICENSE \ install-sh \ + extra-gcc-opts.in \ config.guess \ config.sub \ aclocal.m4