summaryrefslogtreecommitdiff
path: root/ldso/ldso/Makefile
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-30 22:34:00 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-30 22:34:00 +0000
commit8dae092bd98e9012874afe684c9b88b3ba0281da (patch)
treee11358c7bfc5b3cc3335d99dcce5d873c3d63f1d /ldso/ldso/Makefile
parent59cc1e9342e9782cc4d999a2b0649dccdcfd2c6c (diff)
if the include files get updated we want to rebuild
Diffstat (limited to 'ldso/ldso/Makefile')
-rw-r--r--ldso/ldso/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile
index f2707d820..c304b0344 100644
--- a/ldso/ldso/Makefile
+++ b/ldso/ldso/Makefile
@@ -83,7 +83,7 @@ $(LDSO_FULLNAME): $(OBJS) $(DLINK_OBJS)
$(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