chiark
/
gitweb
/
~mdw
/
adns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11c3ea5
)
Do link statically against libadns !
author
ian
<ian>
Wed, 13 Oct 1999 01:23:38 +0000
(
01:23
+0000)
committer
ian
<ian>
Wed, 13 Oct 1999 01:23:38 +0000
(
01:23
+0000)
client/Makefile.in
patch
|
blob
|
blame
|
history
diff --git
a/client/Makefile.in
b/client/Makefile.in
index 276bc5ea7c56c89efd67ae880a28574e58c7afc2..9963c1a477aedb2d91e61256864a0af3b3ed3a56 100644
(file)
--- a/
client/Makefile.in
+++ b/
client/Makefile.in
@@
-59,4
+59,4
@@
adnshost_s: $(ADH_OBJS) $(STATIC_LIB)
$(CC) $(LDFLAGS) $< $(DYNAMIC_LINK) -o $@ $(LDLIBS)
%_s: %.o $(STATIC_LIB)
- $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS)
+ $(CC) $(LDFLAGS) $<
$(STATIC_LIB)
-o $@ $(LDLIBS)