summaryrefslogtreecommitdiff
path: root/ldso/libdl/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-13 06:16:26 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-13 06:16:26 +0000
commitbdff18da870538c009576edc5af65334f446c7b9 (patch)
treedb482174295295a00f2c39c46ea655d0e6eebf11 /ldso/libdl/Makefile
parent8fbaabf32397d26402f6f1e1165a31030630346c (diff)
Scrub up a few things I forgot. Add a few more cleanups.
-Erik
Diffstat (limited to 'ldso/libdl/Makefile')
-rw-r--r--ldso/libdl/Makefile1
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