[libsoup] make dist fix



commit 76cc02212e63f692e6e36bdf99987928dc3c2ed2
Author: Dan Winship <danw gnome org>
Date:   Tue Jun 26 08:42:38 2012 -0400

    make dist fix

 libsoup/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libsoup/Makefile.am b/libsoup/Makefile.am
index 9b936a9..c337b7f 100644
--- a/libsoup/Makefile.am
+++ b/libsoup/Makefile.am
@@ -180,7 +180,7 @@ tld_parser_LDADD = $(GLIB_LIBS)
 
 TLD_DATA_FILE=$(top_srcdir)/data/effective_tld_names.dat
 
-tld_data.inc: tld-parser $(TLD_DATA_FILE)
+tld_data.inc: $(TLD_DATA_FILE)
 	$(builddir)/tld-parser $(TLD_DATA_FILE) $(srcdir)/tld_data.inc
 
 if BUILD_LIBSOUP_GNOME



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]