summaryrefslogtreecommitdiffstats
path: root/cpukit/automake/lib.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/automake/lib.am')
-rw-r--r--cpukit/automake/lib.am16
1 files changed, 0 insertions, 16 deletions
diff --git a/cpukit/automake/lib.am b/cpukit/automake/lib.am
deleted file mode 100644
index 4c4cba5cb7..0000000000
--- a/cpukit/automake/lib.am
+++ /dev/null
@@ -1,16 +0,0 @@
-##
-## $Id$
-##
-
-AR = @AR@
-RANLIB = @RANLIB@
-
-ARFLAGS = ruv
-
-define make-library
-$(RM) $@
-$(AR) $(ARFLAGS) $@ $^
-$(RANLIB) $@
-endef
-
-TMPINSTALL_FILES =