diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-08-22 09:05:41 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-08-22 09:05:41 +0000 |
commit | 4728cb644861ff8c58586702bf6815c50a1c0dd2 (patch) | |
tree | 305ac8dc2d7c6eaf501ebe90d90cc174c8ae7e25 /elf | |
parent | ab3017a58b517cb20feb6e6688b9cb1948c00156 (diff) | |
download | glibc-4728cb644861ff8c58586702bf6815c50a1c0dd2.tar glibc-4728cb644861ff8c58586702bf6815c50a1c0dd2.tar.gz glibc-4728cb644861ff8c58586702bf6815c50a1c0dd2.tar.bz2 glibc-4728cb644861ff8c58586702bf6815c50a1c0dd2.zip |
Updated to fedora-glibc-20060822T0706cvs/fedora-glibc-2_4_90-23
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index 3b4ef26d45..402fc18636 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -223,7 +223,7 @@ modules-nodelete-yes = nodelmod1 nodelmod2 nodelmod3 nodelmod4 \ nodel2mod1 nodel2mod2 nodel2mod3 modules-nodlopen-yes = nodlopenmod nodlopenmod2 modules-execstack-yes = tst-execstack-mod -extra-objs += $(addsuffix .os,$(strip $(modules-names))) +extra-test-objs += $(addsuffix .os,$(strip $(modules-names))) # We need this variable to be sure the test modules get the right CPPFLAGS. test-extras += $(modules-names) |