From: Zachary T Welch Date: Fri, 4 Dec 2009 12:42:38 +0000 (-0800) Subject: reorder build order of src directory X-Git-Tag: v0.4.0-rc1~114 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=87a0119fa24fe0fc904dcf2e6569cc0b9cb580ed;p=openocd reorder build order of src directory Descend into the library modules in order, from bottom-to-top. --- diff --git a/src/Makefile.am b/src/Makefile.am index e6462c1f..ea753bbf 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,12 @@ -SUBDIRS = helper jtag xsvf svf target server flash pld +SUBDIRS = \ + helper \ + jtag \ + target \ + flash \ + svf \ + xsvf \ + pld \ + server lib_LTLIBRARIES = libopenocd.la bin_PROGRAMS = openocd