From d0aadb9a0d115c91128f8f952ec1913b0ad7cc5d Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Thu, 16 Jul 2009 22:26:43 -0700 Subject: [PATCH] Fix depenencies for test_punycode This only matters in development enviroments and where you run make check. --- lib/wind/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wind/Makefile.am b/lib/wind/Makefile.am index e0640685e..e8f6b0f94 100644 --- a/lib/wind/Makefile.am +++ b/lib/wind/Makefile.am @@ -78,7 +78,7 @@ test_punycode_SOURCES = \ punycode_examples.c \ punycode_examples.h -test-punycode.lo: $(built_tests) +$(test_punycode_OBJECTS): $(built_tests) bin_PROGRAMS = idn-lookup