projects
/
yaz-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:
c96b62f
)
Fixed Makefile.
author
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 26 Apr 1998 11:08:09 +0000
(11:08 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Sun, 26 Apr 1998 11:08:09 +0000
(11:08 +0000)
asn/Makefile
patch
|
blob
|
history
diff --git
a/asn/Makefile
b/asn/Makefile
index
ed1ab7f
..
5b5cebb
100644
(file)
--- a/
asn/Makefile
+++ b/
asn/Makefile
@@
-1,7
+1,7
@@
# Copyright (C) 1995-1998, Index Data I/S
# All rights reserved.
# Sebastian Hammer, Adam Dickmeiss
-# $Id: Makefile,v 1.28 1998-03-20 14:46:06 adam Exp $
+# $Id: Makefile,v 1.29 1998-04-26 11:08:09 adam Exp $
SHELL=/bin/sh
INCLUDE=-I../include -I.
@@
-23,6
+23,7
@@
test: test.o $(LIB) ../odr/odr.a
alll:
$(LIB): $(PO)
+ -mkdir $(LIBDIR)
rm -f $(LIB)
ar qc $(LIB) $(PO)
$(RANLIB) $(LIB)