From 8dae092bd98e9012874afe684c9b88b3ba0281da Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 30 Jun 2005 22:34:00 +0000 Subject: if the include files get updated we want to rebuild --- ldso/libdl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldso/libdl/Makefile') 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 -- cgit v1.2.3