diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-05 04:58:03 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-05 04:58:03 +0000 |
commit | b1b76ea5590de6b1f9c9ccdebb5c62b13329ea9d (patch) | |
tree | 6982720de8c5a06ee37a499136d590bb3fc41820 /elf/Makefile | |
parent | 6ad5c588059a6c849de0cfac3e3726fe4e5520a5 (diff) | |
download | glibc-b1b76ea5590de6b1f9c9ccdebb5c62b13329ea9d.tar.gz glibc-b1b76ea5590de6b1f9c9ccdebb5c62b13329ea9d.tar.xz glibc-b1b76ea5590de6b1f9c9ccdebb5c62b13329ea9d.zip |
2002-08-04 Roland McGrath <roland@frob.com>
* 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.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 9c495331b2..1d059f4b31 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -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 |