From 10b36b41d28d8f945471aa34699b5c0153da63d8 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 21 Jul 2000 13:23:36 +0000 Subject: [PATCH] Update. * elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its own rule. --- ChangeLog | 3 +++ elf/Makefile | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 269c926773..2a82730b8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-07-21 Andreas Jaeger + * elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its + own rule. + * libio/fwide.c: Include for prototype. 2000-07-21 Greg McGary diff --git a/elf/Makefile b/elf/Makefile index df00ef2557..75edf83d4c 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -244,7 +244,8 @@ $(objpfx)dep2.so: $(objpfx)dep3.so $(objpfx)dep4.so $(objpfx)dep4.so: $(objpfx)dep3.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) $(objpfx)loadtest: $(libdl)