summaryrefslogtreecommitdiffstats
path: root/c/src/automake/compile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-14 23:00:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-14 23:00:58 +0000
commite90cff96317fea3b76e2bf2b333049625ebe1b94 (patch)
tree01b0f0b31ff920884f3595fcd249316cd9ce9e5f /c/src/automake/compile.am
parent2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-e90cff96317fea3b76e2bf2b333049625ebe1b94.tar.bz2
2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g. * wrapup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g. * acinclude.m4: Rework RTEMS_CONFIG_SUBDIR. * Makefile.am: Reflect changes to RTEMS_CONFIG_SUBDIR.
Diffstat (limited to '')
-rw-r--r--c/src/automake/compile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/automake/compile.am b/c/src/automake/compile.am
index 8ce22634c4..022b5ecf06 100644
--- a/c/src/automake/compile.am
+++ b/c/src/automake/compile.am
@@ -139,12 +139,12 @@ depend: depend-am
LINK_OBJS = \
$(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
LINK_FILES =\
$(START_FILE) \
$(OBJS) \
- $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel)
+ $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%$(LIB_VARIANT).rel)
if RTEMS_USE_GCC
## gcc >= 2.8