summaryrefslogtreecommitdiffstats
path: root/c/src/automake
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 13:02:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 13:02:50 +0000
commitd158c160ad133f3ad60c2eb87775c5c443c72a49 (patch)
treee354b04fa4445fbe1a866ed00ffff127f2cecee2 /c/src/automake
parent2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-d158c160ad133f3ad60c2eb87775c5c443c72a49.tar.bz2
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/lib.am: Remove (Unused).
Diffstat (limited to 'c/src/automake')
-rw-r--r--c/src/automake/lib.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/automake/lib.am b/c/src/automake/lib.am
deleted file mode 100644
index d910a8fbff..0000000000
--- a/c/src/automake/lib.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-## $Id$
-##
-
-## LD = @LD@
-AR = @AR@
-RANLIB = @RANLIB@
-
-ARFLAGS = ruv
-
-define make-library
-@$(mkdir_p) $(ARCH)
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef