diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-19 10:01:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-19 10:01:33 +0000 |
commit | c8b3ccaedb7e08a2d25ce4485ff7e13ddc6e92a5 (patch) | |
tree | 2de614bef18c7052faafebda46971bec022cf94d /test/ldso/Makefile | |
parent | 0fd2aadea368f0ddd9e3078e39251849ffeeb15b (diff) |
Open a lib that is not so closely coupled with gdb
Diffstat (limited to 'test/ldso/Makefile')
-rw-r--r-- | test/ldso/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ldso/Makefile b/test/ldso/Makefile index 3d2a47ad9..2d3611222 100644 --- a/test/ldso/Makefile +++ b/test/ldso/Makefile @@ -22,7 +22,7 @@ include $(TESTDIR)/Rules.mak CFLAGS+=--uclibc-ctors all: dltest2 dltest libhowdy.so run -dltest2: dltest.c +dltest2: dltest2.c $(CC) $(CFLAGS) dltest2.c -o dltest2 -ldl ./dltest2 |