diff options
Diffstat (limited to 'ldso/libdl/Makefile')
-rw-r--r-- | ldso/libdl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index 015e6b786..67047d7c6 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -43,6 +43,7 @@ ar-target: $(OBJS) #rm -f $(TOPDIR)lib/$(LIBDL) #install -m 644 $(LIBDL) $(TOPDIR)lib + $(OBJS): %.o : %.c $(TARGET_CC) -I../d-link -I../d-link/$(TARGET_ARCH) $(TARGET_CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o |