summaryrefslogtreecommitdiff
path: root/ldso/libdl
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/libdl
parent59cc1e9342e9782cc4d999a2b0649dccdcfd2c6c (diff)
if the include files get updated we want to rebuild
Diffstat (limited to 'ldso/libdl')
-rw-r--r--ldso/libdl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile
index a692a68bb..cced47909 100644
--- a/ldso/libdl/Makefile
+++ b/ldso/libdl/Makefile
@@ -62,11 +62,11 @@ $(LIBDL): $(OBJS)
$(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