diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 03:58:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-28 03:58:03 +0000 |
commit | d49ea365adf8e0d7ec8a4e6a25b7d87456224697 (patch) | |
tree | f60a8dd264643ea7fd5720609e5638a21ed9be14 /libc/sysdeps/linux/i386 | |
parent | 4dd29ad13268a9dfec24e4be4ad6304a05bed709 (diff) |
tweak $TOPDIR usage to not have duplciate //
Diffstat (limited to 'libc/sysdeps/linux/i386')
-rw-r--r-- | libc/sysdeps/linux/i386/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/i386/Makefile b/libc/sysdeps/linux/i386/Makefile index fc13e6f45..e7cee0c0b 100644 --- a/libc/sysdeps/linux/i386/Makefile +++ b/libc/sysdeps/linux/i386/Makefile @@ -82,9 +82,9 @@ $(TOPDIR)lib/crtn.o: endif headers: - $(LN) -fs ../libc/sysdeps/linux/i386/fpu_control.h $(TOPDIR)/include/ + $(LN) -fs ../libc/sysdeps/linux/i386/fpu_control.h $(TOPDIR)include/ clean: $(RM) *.[oa] *~ core $(RM) bits/sysnum.h - $(RM) $(TOPDIR)/include/fpu_control.h + $(RM) $(TOPDIR)include/fpu_control.h |