OSDN Git Service

oops, we dont want to use relative paths for the header files
authorMike Frysinger <vapier@gentoo.org>
Thu, 30 Jun 2005 22:43:14 +0000 (22:43 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 30 Jun 2005 22:43:14 +0000 (22:43 -0000)
ldso/libdl/Makefile

index cced479..c26954e 100644 (file)
@@ -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