From d274d136775e11065ce0dd20cb0179a9d64fde6d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 26 Nov 2002 22:18:17 +0000 Subject: [PATCH] remove atmp after use --- index/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index/Makefile.am b/index/Makefile.am index 069b8bd..062b0b4 100644 --- a/index/Makefile.am +++ b/index/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.16 2002-10-30 14:35:09 adam Exp $ +## $Id: Makefile.am,v 1.17 2002-11-26 22:18:17 adam Exp $ noinst_PROGRAMS = apitest kdump @@ -33,4 +33,5 @@ libzebra.a: $(libzebra_a_OBJECTS) $(libzebra_a_DEPENDENCIES) -rm -f atmp/*.o for i in $(libzebra_a_LIBADD); do cd atmp; rm -f __*; ar x ../$$i; cd ..; done ar cru libzebra.a $(libzebra_a_OBJECTS) atmp/*.o + -rm -fr atmp $(RANLIB) libzebra.a -- 1.7.10.4