2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* automake/lib.am: Remove (Unused).
This commit is contained in:
Ralf Corsepius
2004-02-12 13:02:50 +00:00
parent 7195eb67c8
commit d158c160ad
2 changed files with 4 additions and 16 deletions

View File

@@ -1,16 +0,0 @@
##
## $Id$
##
## LD = @LD@
AR = @AR@
RANLIB = @RANLIB@
ARFLAGS = ruv
define make-library
@$(mkdir_p) $(ARCH)
$(RM) $@
$(AR) $(ARFLAGS) $@ $^
$(RANLIB) $@
endef