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

vapier at uclibc.org vapier at uclibc.org
Wed Mar 16 23:19:00 UTC 2005


Author: vapier
Date: 2005-03-16 16:19:00 -0700 (Wed, 16 Mar 2005)
New Revision: 10030

Log:
make sure we rebuild ldso.o when the dl-*.c files have been updated

Modified:
   trunk/uClibc/ldso/ldso/Makefile


Changeset:
Modified: trunk/uClibc/ldso/ldso/Makefile
===================================================================
--- trunk/uClibc/ldso/ldso/Makefile	2005-03-16 23:17:06 UTC (rev 10029)
+++ trunk/uClibc/ldso/ldso/Makefile	2005-03-16 23:19:00 UTC (rev 10030)
@@ -87,7 +87,7 @@
 	$(CC) $(XXFLAGS) $(ASFLAGS) -I../libdl -c $< -o $@
 	$(STRIPTOOL) -x -R .note -R .comment $*.o
 
-ldso.o: $(CSRC)
+ldso.o: $(CSRC) dl-elf.c dl-hash.c dl-startup.c
 
 clean:
 	$(RM) $(UCLIBC_LDSO)* $(OBJS) $(LDSO_FULLNAME)* core *.o *.a *.s *.i ldso.h *~




More information about the uClibc-cvs mailing list