From 5e0b8d508ed51004bd836384293be00950ee62c9 Mon Sep 17 00:00:00 2001 From: Pasha Date: Tue, 20 Feb 2024 18:49:50 +0000 Subject: init gnumach copy --- config.status.dep.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 config.status.dep.patch (limited to 'config.status.dep.patch') diff --git a/config.status.dep.patch b/config.status.dep.patch new file mode 100644 index 0000000..868737b --- /dev/null +++ b/config.status.dep.patch @@ -0,0 +1,18 @@ +--- config.status 2009-10-26 23:57:14.000000000 +0100 ++++ config.status.new 2009-10-27 00:04:26.000000000 +0100 +@@ -1553,7 +1553,14 @@ + s/.*/./; q'` + as_dir=$dirpart/$fdir; as_fn_mkdir_p + # echo "creating $dirpart/$file" +- echo '# dummy' > "$dirpart/$file" ++ # Try to guess what file this dependency file is from... ++ f=$srcdir/`dirname "$fdir"`/`basename "$file" .Po | sed s/lib[^-]\*-//` ++ for f in "$f"*; do ++ case $f in ++ *.c | *.S) echo "$f"': $(filter-out $(DIST_SOURCES),$(SOURCES))';; ++ *) echo '# dummy';; ++ esac ++ done > "$dirpart/$file" + done + done + } -- cgit v1.2.1