summaryrefslogtreecommitdiffstats
path: root/cpukit/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-05-14 04:34:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-05-14 04:34:20 +0000
commit46fa6611e29b70325897911e6178c8d8c03bec76 (patch)
treedc22c0828d3bd0786ac85ecb5f0ffeb36e2c9038 /cpukit/automake
parentHOWTO changes. (diff)
downloadrtems-46fa6611e29b70325897911e6178c8d8c03bec76.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@