From: Zachary T Welch Date: Fri, 4 Dec 2009 12:42:38 +0000 (-0800) Subject: reorder build order of src directory X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=87a0119fa24fe0fc904dcf2e6569cc0b9cb580ed;p=fw%2Fopenocd 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 e6462c1f1..ea753bbff 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