From 05ab180bd2319131b151602c2285373c8a178657 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 15 Oct 2006 22:03:43 +0000 Subject: 2006-10-16 Thomas Schwinge [bug #18011 --- ``GNU Mach: `make install-data' will build the ``to-be-generated files''''] * config.status.dep.patch: Do an educated guess instead of using the `Makefile'. * configure.ac : Update description. --- config.status.dep.patch | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config.status.dep.patch') diff --git a/config.status.dep.patch b/config.status.dep.patch index c14b6ea..b169a89 100644 --- a/config.status.dep.patch +++ b/config.status.dep.patch @@ -1,11 +1,17 @@ --- config.status.save 2006-10-09 22:28:47.000000000 +0200 +++ config.status 2006-10-09 22:29:34.000000000 +0200 -@@ -1610,7 +1610,7 @@ +@@ -1610,7 +1610,13 @@ { (exit 1); exit 1; }; }; } # echo "creating $dirpart/$file" - echo '# dummy' > "$dirpart/$file" -+ echo 'Makefile: $(filter-out $(DIST_SOURCES),$(SOURCES))' > "$dirpart/$file" ++ # Try to guess what file this dependency file is from... ++ for f in "$srcdir"/"`dirname "$fdir"`"/"`basename "$file" .Po`"*; do ++ case $f in ++ *.c | *.S) echo "$f"': $(filter-out $(DIST_SOURCES),$(SOURCES))';; ++ *) echo '# dummy';; ++ esac ++ done > "$dirpart/$file" done done ;; -- cgit v1.2.3