From 599fb27f427c367331cad5b697010cf52d49eddd Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 31 Jul 2008 14:44:04 +0000 Subject: Lose Mac-induced Makefile breakage svn path=/trunk/hubbub/; revision=4840 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 74df014..bd1752d 100644 --- a/test/Makefile +++ b/test/Makefile @@ -36,7 +36,7 @@ d := $(DIR) CFLAGS := $(CFLAGS) -I$(TOP)/src/ -I$(d) \ `$(PKGCONFIG) $(PKGCONFIGFLAGS) --cflags json` \ -Wno-unused-parameter -LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json` -liconv +LDFLAGS := $(LDFLAGS) `$(PKGCONFIG) $(PKGCONFIGFLAGS) --libs json` # Tests TESTS_$(d) := csdetect dict entities hubbub parser \ -- cgit v1.2.3