2002-08-04 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Mon, 5 Aug 2002 04:58:03 +0000 (04:58 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 5 Aug 2002 04:58:03 +0000 (04:58 +0000)
* elf/Makefile (test-srcs): Add $(modules-names) to it.
(CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
all these variables.

elf/Makefile

index 9c49533..1d059f4 100644 (file)
@@ -146,8 +146,7 @@ modules-vis-yes = vismod1 vismod2 vismod3
 modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4
 modules-nodlopen-yes = nodlopenmod nodlopenmod2
 extra-objs += $(addsuffix .os,$(strip $(modules-names)))
-
-CFLAGS-vismod2.c := -DNOT_IN_libc
+test-srcs += $(modules-names)
 
 include ../Rules