summaryrefslogtreecommitdiffstats
path: root/c/src/make/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-01 18:12:07 +0000
commit3953cb4d66ab758efdcc0663839e13bd4c2b015f (patch)
treeda4ad281f1a5d6f750ff443a1316ef5e38748d01 /c/src/make/Makefile.am
parent2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3953cb4d66ab758efdcc0663839e13bd4c2b015f.tar.bz2
2011-04-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, Makefile.inc.in, configure.ac, target.cfg.in: Update to account for movement of .cfg files.
Diffstat (limited to '')
-rw-r--r--c/src/make/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/c/src/make/Makefile.am b/c/src/make/Makefile.am
index 2ed83a2c47..9d802b1ec8 100644
--- a/c/src/make/Makefile.am
+++ b/c/src/make/Makefile.am
@@ -40,6 +40,7 @@ CLEANFILES += bsp.cfg
target.cfg: target.cfg.in Makefile
sed \
+ -e "s|[@]RTEMS_API[@]|$(RTEMS_API)|" \
-e "s|[@]CPPFLAGS[@]|$(CPPFLAGS)|" \
-e "s|[@]CFLAGS[@]|$(CFLAGS)|" \
-e "s|[@]LIBS[@]|$(LIBS)|" \