aboutsummaryrefslogtreecommitdiff
path: root/config.status.dep.patch
diff options
context:
space:
mode:
authorPasha <pasha@member.fsf.org>2024-02-20 18:49:50 +0000
committerPasha <pasha@member.fsf.org>2024-02-20 18:49:50 +0000
commit5e0b8d508ed51004bd836384293be00950ee62c9 (patch)
treee3f16b1aa8b7177032ce3ec429fbad2b1d92a876 /config.status.dep.patch
downloadgnumach-riscv-5e0b8d508ed51004bd836384293be00950ee62c9.tar.gz
gnumach-riscv-5e0b8d508ed51004bd836384293be00950ee62c9.tar.bz2
init gnumach copy
Diffstat (limited to 'config.status.dep.patch')
-rw-r--r--config.status.dep.patch18
1 files changed, 18 insertions, 0 deletions
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
+ }