From 3606882671f95678aecfe9cf6f1b6dad7fb3895f Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2005 22:43:14 +0000 Subject: oops, we dont want to use relative paths for the header files --- ldso/libdl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldso') 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 -- cgit v1.2.3