diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-11 20:11:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-11 20:11:12 +0000 |
commit | d7147f9226520ad9a688c53802a4c6c2c53592fc (patch) | |
tree | e2a923a816960d2812741f9195925290d7531505 /ldso/libdl/Makefile | |
parent | 4d5785ca2df3eea5ce876ff63ac04b1c376384a1 (diff) |
Remove the now obsolete d-link tree. Update things to cope
with the new naming
-Erik
Diffstat (limited to 'ldso/libdl/Makefile')
-rw-r--r-- | ldso/libdl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/libdl/Makefile b/ldso/libdl/Makefile index cccd9e473..97b7234a0 100644 --- a/ldso/libdl/Makefile +++ b/ldso/libdl/Makefile @@ -44,7 +44,7 @@ ar-target: $(OBJS) $(OBJS): %.o : %.c - $(TARGET_CC) -I../d-link -I../d-link/$(TARGET_ARCH) $(TARGET_CFLAGS) -c $< -o $@ + $(CC) -I../ldso -I../ldso/$(TARGET_ARCH) $(CFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o $(OBJ): Makefile |