diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-28 13:23:16 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-28 13:23:16 +0000 |
commit | b99d84af51ea5d35fbdb1794b2fefcffdc828440 (patch) | |
tree | f3b63c18c42ab067f47cb26c21b79eec844f5ca9 /Makefile | |
parent | c7c65e17b956aedbdb47b0976c8dcaa284a97945 (diff) | |
download | haskell-b99d84af51ea5d35fbdb1794b2fefcffdc828440.tar.gz |
Remove an erroneous comma from the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -460,7 +460,7 @@ binary-dist:: ifeq "$(darwin_TARGET_OS)" "1" -.PHONY: framework-pkg, framework-binary-dist +.PHONY: framework-pkg framework-binary-dist framework-pkg: $(MAKE) -C distrib/MacOS framework-pkg |