diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-29 22:48:34 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-29 22:48:34 +0000 |
commit | 2512e7992c7c21cf5f87fb7f8c7ba1cbfb6908dd (patch) | |
tree | 2d7472aef3842754fb27d52f24b8a6521aa83f4c | |
parent | 1db5f0190e8909b8bdd5543e10aa03c056395ee5 (diff) |
Remove unused include directory.
-rw-r--r-- | ldso/ldso/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldso/ldso/Makefile b/ldso/ldso/Makefile index 520bb06b0..fff4809ad 100644 --- a/ldso/ldso/Makefile +++ b/ldso/ldso/Makefile @@ -84,11 +84,11 @@ $(LDSO_FULLNAME): $(OBJS) $(DLINK_OBJS) $(LN) -sf $(LDSO_FULLNAME) $(TOPDIR)lib/$(UCLIBC_LDSO) $(COBJS): %.o : %.c - $(CC) $(XXFLAGS) -I../libdl -c $< -o $@ + $(CC) $(XXFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o $(AOBJS): %.o : %.S - $(CC) $(XXFLAGS) $(ASFLAGS) -I../libdl -c $< -o $@ + $(CC) $(XXFLAGS) $(ASFLAGS) -c $< -o $@ $(STRIPTOOL) -x -R .note -R .comment $*.o ldso.o: $(CSRC) dl-elf.c dl-hash.c dl-startup.c dl-debug.c \ |