summaryrefslogtreecommitdiff
path: root/ghc/ghc.mk
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-01-22 23:41:08 +0100
committerSimon Marlow <marlowsd@gmail.com>2012-02-27 14:35:08 +0000
commitebd0ac736a305a5cd573e60f177b2995b37d964b (patch)
treec745420a38c9a3dba5ef75f86132b3646cb66594 /ghc/ghc.mk
parent4d303fbea9eb79dfafaf2c135fbff96dbf11bf51 (diff)
downloadhaskell-ebd0ac736a305a5cd573e60f177b2995b37d964b.tar.gz
tyops
Diffstat (limited to 'ghc/ghc.mk')
-rw-r--r--ghc/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/ghc.mk b/ghc/ghc.mk
index 022ee85a84..ede5687dc6 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"