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

vapier at uclibc.org vapier at uclibc.org
Thu Jun 30 22:34:01 UTC 2005


Author: vapier
Date: 2005-06-30 16:34:00 -0600 (Thu, 30 Jun 2005)
New Revision: 10653

Log:
if the include files get updated we want to rebuild

Modified:
   trunk/uClibc/ldso/ldso/Makefile
   trunk/uClibc/ldso/libdl/Makefile


Changeset:
Modified: trunk/uClibc/ldso/ldso/Makefile
===================================================================
--- trunk/uClibc/ldso/ldso/Makefile	2005-06-30 22:32:29 UTC (rev 10652)
+++ trunk/uClibc/ldso/ldso/Makefile	2005-06-30 22:34:00 UTC (rev 10653)
@@ -83,7 +83,7 @@
 	$(INSTALL) -m 755 $(LDSO_FULLNAME) $(TOPDIR)lib
 	$(LN) -sf $(LDSO_FULLNAME) $(TOPDIR)lib/$(UCLIBC_LDSO)
 
-$(COBJS): %.o : %.c
+$(COBJS): %.o : %.c $(TOPDIR)ldso/include/*.h
 	$(CC) $(XXFLAGS) -I../libdl -c $< -o $@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 

Modified: trunk/uClibc/ldso/libdl/Makefile
===================================================================
--- trunk/uClibc/ldso/libdl/Makefile	2005-06-30 22:32:29 UTC (rev 10652)
+++ trunk/uClibc/ldso/libdl/Makefile	2005-06-30 22:34:00 UTC (rev 10653)
@@ -62,11 +62,11 @@
 $(LIBDL_PIC): $(PIC_OBJS)
 	$(AR) $(ARFLAGS) $(LIBDL_PIC) $(PIC_OBJS)
 
-libdl.o: libdl.c
+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
+libdl_pic.o: libdl.c ../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