projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
586b0ab
)
remove atmp after use
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 22:18:17 +0000
(22:18 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 26 Nov 2002 22:18:17 +0000
(22:18 +0000)
index/Makefile.am
patch
|
blob
|
history
diff --git
a/index/Makefile.am
b/index/Makefile.am
index
069b8bd
..
062b0b4
100644
(file)
--- 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