[uClibc-cvs] svn commit: trunk/uClibc/ldso/libdl

vapier at uclibc.org vapier at uclibc.org
Thu Jun 30 22:43:15 UTC 2005


Author: vapier
Date: 2005-06-30 16:43:14 -0600 (Thu, 30 Jun 2005)
New Revision: 10656

Log:
oops, we dont want to use relative paths for the header files

Modified:
   trunk/uClibc/ldso/libdl/Makefile


Changeset:
Modified: trunk/uClibc/ldso/libdl/Makefile
===================================================================
--- trunk/uClibc/ldso/libdl/Makefile	2005-06-30 22:35:43 UTC (rev 10655)
+++ trunk/uClibc/ldso/libdl/Makefile	2005-06-30 22:43:14 UTC (rev 10656)
@@ -66,7 +66,7 @@
 	$(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
 




More information about the uClibc-cvs mailing list