From b99d84af51ea5d35fbdb1794b2fefcffdc828440 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Thu, 28 Aug 2008 13:23:16 +0000 Subject: [PATCH] Remove an erroneous comma from the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6946c4c..c8be562 100644 --- a/Makefile +++ b/Makefile @@ -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 -- 1.7.10.4