summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-14 04:27:40 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-14 04:27:40 +0000
commit48c962561d77f79964f7890007bb52d59a6807e9 (patch)
treeaf3f7f658e07f43efad924d922dd7f35df12651f /cpukit/automake
parent2003-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-48c962561d77f79964f7890007bb52d59a6807e9.tar.bz2
2003-05-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove LIBSUFFIX_VA (unused).
Diffstat (limited to 'cpukit/automake')
-rw-r--r--cpukit/automake/compile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index bb064dc7b3..7ba6edca58 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -129,7 +129,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@