Commit 52404421 authored by Detlef Riekenberg's avatar Detlef Riekenberg Committed by Alexandre Julliard

winedump: Use ntdll as template.

parent 5640b56e
...@@ -483,7 +483,7 @@ void output_install_script (void) ...@@ -483,7 +483,7 @@ void output_install_script (void)
"cp Makefile.in $1/dlls/%s/Makefile.in\n" "cp Makefile.in $1/dlls/%s/Makefile.in\n"
"echo Copied DLL files\n\n" "echo Copied DLL files\n\n"
"cd $1\n\n" "cd $1\n\n"
"sed '/dlls\\/x11drv\\/Makefile/" "sed '/dlls\\/ntdll\\/Makefile/"
"{G;s/$/dlls\\/%s\\/Makefile/;}' configure.ac >t.tmp\n" "{G;s/$/dlls\\/%s\\/Makefile/;}' configure.ac >t.tmp\n"
"mv -f t.tmp configure.ac\n" "mv -f t.tmp configure.ac\n"
"echo Patched configure.ac\n\n" "echo Patched configure.ac\n\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment