diff options
| -rw-r--r-- | ldso/libdl/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index cced47909..c26954e47 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -66,7 +66,7 @@ libdl.o: libdl.c $(TOPDIR)ldso/include/*.h  	$(CC) $(XXFLAGS_NOPIC) -c libdl.c -o libdl.o  	$(STRIPTOOL) -x -R .note -R .comment $*.o -libdl_pic.o: libdl.c ../include/*.h +libdl_pic.o: libdl.c $(TOPDIR)ldso/include/*.h  	$(CC) $(XXFLAGS) -c libdl.c -o libdl_pic.o  	$(STRIPTOOL) -x -R .note -R .comment $*.o | 
