summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-09-07 13:45:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-09-07 13:45:03 +0000
commite1d8abbe2800defb344dcce54c401733edd1d37a (patch)
tree56e416222d2ed47222be37f868a06c93656edc72 /c/src/Makefile.in
parentRemoved by patch rtems-rc-19990820-6.diff.gz from (diff)
downloadrtems-e1d8abbe2800defb344dcce54c401733edd1d37a.tar.bz2
Applied patch rtems-rc-19990820-6.diff.gz from
Ralf Corsepius <corsepiu@faw.uni-ulm.de> which converted many Makefile.in's to Makefile.am's. This added a lot of files.
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