summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-16 09:07:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-16 09:07:17 +0000
commit72cd8b289d341035755d0815feb688f8224b25e7 (patch)
tree0f816bda98c0d74789ec853069119dd1cd4f3733 /automake
parent2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-72cd8b289d341035755d0815feb688f8224b25e7.tar.bz2
2003-05-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-cxx.m4: Remove LIBSUFFIX_VA. * automake/compile.am: Remove LIBSUFFIX_VA.
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 81181cead7..959b431472 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -183,7 +183,6 @@ LIBSUFFIX_PROFILE_V = _p
LIBSUFFIX__V = $(LIBSUFFIX_OPTIMIZE_V)
LIB_VARIANT = $(LIBSUFFIX_$(VARIANT_V)_V)
-LIBSUFFIX_VA = $(LIB_VARIANT).a
## These are supposed to be set in make/custom/<bsp>.cfg
CPU_CFLAGS = @CPU_CFLAGS@