Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/ebd0ac736a305a5cd573e60f177b2995b37d964b >--------------------------------------------------------------- commit ebd0ac736a305a5cd573e60f177b2995b37d964b Author: Gabor Greif <[email protected]> Date: Sun Jan 22 23:41:08 2012 +0100 tyops >--------------------------------------------------------------- ghc/ghc.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ghc/ghc.mk b/ghc/ghc.mk index 022ee85..ede5687 100644 --- a/ghc/ghc.mk +++ b/ghc/ghc.mk @@ -148,7 +148,7 @@ INSTALL_LIBS += settings ifeq "$(Windows)" "NO" install: install_ghc_link -.PNONY: install_ghc_link +.PHONY: install_ghc_link install_ghc_link: $(call removeFiles,"$(DESTDIR)$(bindir)/ghc") $(LN_S) $(CrossCompilePrefix)ghc-$(ProjectVersion) "$(DESTDIR)$(bindir)/$(CrossCompilePrefix)ghc" _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
