projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0550c51
)
Don't use $(libc.a).
author
roland
<roland>
Thu, 16 Mar 1995 05:23:58 +0000
(
05:23
+0000)
committer
roland
<roland>
Thu, 16 Mar 1995 05:23:58 +0000
(
05:23
+0000)
Rules
patch
|
blob
|
history
diff --git
a/Rules
b/Rules
index
c40e9b2
..
df944e4
100644
(file)
--- a/
Rules
+++ b/
Rules
@@
-79,7
+79,7
@@
tests: $(tests:%=$(objpfx)%.out)
endif
ifneq "$(strip $(others) $(tests))" ""
-$(addprefix $(objpfx),$(others) $(tests)): %: %.o $(
libc.a)
+$(addprefix $(objpfx),$(others) $(tests)): %: %.o $(
common-objpfx)libc.a
$(+link)
endif