diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-17 01:17:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-17 01:17:09 +0000 |
commit | 3591977060818cd92c749bb377130b31b15228b4 (patch) | |
tree | be1f15ce1698561fac85f93f573b57cf3e55791c /elf/Makefile | |
parent | 2ac51313f0250b213c0b6ace0cf8cd7a0a904cd8 (diff) | |
download | glibc-3591977060818cd92c749bb377130b31b15228b4.tar glibc-3591977060818cd92c749bb377130b31b15228b4.tar.gz glibc-3591977060818cd92c749bb377130b31b15228b4.tar.bz2 glibc-3591977060818cd92c749bb377130b31b15228b4.zip |
Update.
* elf/Makefile (test-modules): Add test-modules.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile index e029fbafd0..a43014a4cb 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -216,6 +216,7 @@ endef modules-names = testobj1 testobj2 testobj3 test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) +generated += $(test-modules) $(objpfx)testobj2.so: $(objpfx)testobj1.so LDLIBS-testobj2.so = $(objpfx)testobj1.so |