diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 22:43:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-06-30 22:43:14 +0000 |
commit | 3606882671f95678aecfe9cf6f1b6dad7fb3895f (patch) | |
tree | 99662ca9292c2a981392e6945997d30da6b52f98 /ldso/libdl/Makefile | |
parent | 4e5affec0c5b98683a1324cd52e5a7dec85d2cdc (diff) |
oops, we dont want to use relative paths for the header files
Diffstat (limited to 'ldso/libdl/Makefile')
-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 |