Update.
* elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its own rule.
This commit is contained in:
parent
c7e6b2e74c
commit
10b36b41d2
@ -1,5 +1,8 @@
|
|||||||
2000-07-21 Andreas Jaeger <aj@suse.de>
|
2000-07-21 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its
|
||||||
|
own rule.
|
||||||
|
|
||||||
* libio/fwide.c: Include <wchar.h> for prototype.
|
* libio/fwide.c: Include <wchar.h> for prototype.
|
||||||
|
|
||||||
2000-07-21 Greg McGary <greg@mcgary.org>
|
2000-07-21 Greg McGary <greg@mcgary.org>
|
||||||
|
@ -244,7 +244,8 @@ $(objpfx)dep2.so: $(objpfx)dep3.so $(objpfx)dep4.so
|
|||||||
$(objpfx)dep4.so: $(objpfx)dep3.so
|
$(objpfx)dep4.so: $(objpfx)dep3.so
|
||||||
$(objpfx)nodelmod3.so: $(objpfx)nodelmod4.so
|
$(objpfx)nodelmod3.so: $(objpfx)nodelmod4.so
|
||||||
|
|
||||||
$(test-modules): $(objpfx)%.so: $(objpfx)%.os
|
# filtmod1.so has a special rule
|
||||||
|
$(filter-out $(objpfx)filtmod1.so, $(test-modules)): $(objpfx)%.so: $(objpfx)%.os
|
||||||
$(build-module)
|
$(build-module)
|
||||||
|
|
||||||
$(objpfx)loadtest: $(libdl)
|
$(objpfx)loadtest: $(libdl)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user