diff options
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 |