[Pdbg] [PATCH 10/10] Makefile: Order the libraries for make install to work
Amitay Isaacs
amitay at ozlabs.org
Wed Nov 7 13:14:56 AEDT 2018
Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 83c4a4d..41a030d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -119,7 +119,7 @@ pdbg_LDADD = $(DT_objects) libpdbg.la libccan.a \
pdbg_LDFLAGS = -Wl,--whole-archive,-lpdbg,--no-whole-archive
-lib_LTLIBRARIES = libpdbg.la libfdt.la
+lib_LTLIBRARIES = libfdt.la libpdbg.la
libfdt_la_CFLAGS = -I$(top_srcdir)/libfdt
libpdbg_la_CFLAGS = -I$(top_srcdir)/libfdt -Wall -Werror
--
2.17.2
More information about the Pdbg
mailing list