summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-04 14:54:48 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-11-04 14:56:11 -0600
commit598a1f4a68eb27fe5d444841610a2842acd2ed60 (patch)
tree0528de73299a5b7624cef35c9e1909f99973b156
parentlibdl: RTLD_DEFAULT searches the global symbol table. (diff)
downloadrtems-598a1f4a68eb27fe5d444841610a2842acd2ed60.tar.bz2
libdl/Makefile.am: Need preinstall on all targets
-rw-r--r--cpukit/libdl/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libdl/Makefile.am b/cpukit/libdl/Makefile.am
index 11f1478522..5c3cd15475 100644
--- a/cpukit/libdl/Makefile.am
+++ b/cpukit/libdl/Makefile.am
@@ -30,7 +30,7 @@ libdl_a_SOURCES = \
libdl_a_SOURCES += rtl-mdreloc-@RTEMS_CPU@.c
libdl_a_CPPFLAGS = $(AM_CPPFLAGS) -DRTEMS_RTL_RAP_LOADER=1 -DRTEMS_RTL_ELF_LOADER=1
+endif
+
include $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am
-
-endif