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:
281f2de
)
Invoke awk using AWK variable.
author
drepper
<drepper>
Tue, 21 Apr 1998 17:58:40 +0000
(17:58 +0000)
committer
drepper
<drepper>
Tue, 21 Apr 1998 17:58:40 +0000
(17:58 +0000)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
923a81e
..
1de8be7
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-116,7
+116,7
@@
libc-init = set-init
else
libc-init = munch-init
$(objpfx)munch-init.c: munch.awk munch-tmpl.c $(+subdir_inits)
-
awk
-f $< subdirs='$(+init_subdirs)' $(word 2,$^) > $@-t
+
$(AWK)
-f $< subdirs='$(+init_subdirs)' $(word 2,$^) > $@-t
mv -f $@-t $@
generated := $(generated) munch-init.c
endif