summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/Makefile.in')
-rw-r--r--c/src/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/Makefile.in b/c/src/Makefile.in
index 7a937d211f..1b0633a40e 100644
--- a/c/src/Makefile.in
+++ b/c/src/Makefile.in
@@ -85,7 +85,7 @@ VERSION = @VERSION@
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
-SUBDIRS = make exec lib librtems++ tests
+SUBDIRS = @subdirs@
rtems_bspdir = $(prefix)/@RTEMS_BSP@
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -389,7 +389,7 @@ profile-am:
profile: profile-am
.PHONY: profile profile-am
-preinstall-am:
+preinstall-am: $(TMPINSTALL_FILES)
preinstall: preinstall-am
.PHONY: preinstall preinstall-am