]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Makefile.am: fix DLL build rule
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 2 Feb 2022 20:16:35 +0000 (21:16 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 2 Feb 2022 20:30:20 +0000 (21:30 +0100)
commitba02fef995ac3fef5c67260015c2ef754943643a
treee03f42b76575f3f794bf3ce4686cd7f99916857d
parent8622002ffc71ff5777a7221232ba02c7a7e7d004
Cygwin: Makefile.am: fix DLL build rule

A single Makefile rule creates three files in three steps, the second
and third one never showing up in dependencies.  The next step creating
the link lib only depends on the first of these files.  Even if the
second or third step in the DLL build rule fails, the next make
invocation never picks up on this and just goes ahead creating the
link lib.

Fix this by splitting the DLL build rule into three rules, with
every step on the way depending on the previous rule.  Also fix up
the names, TEST_DLL_NAME just doesn't cut it.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/Makefile.am
This page took 0.03123 seconds and 5 git commands to generate.