summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-28 03:58:03 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-28 03:58:03 +0000
commitd49ea365adf8e0d7ec8a4e6a25b7d87456224697 (patch)
treef60a8dd264643ea7fd5720609e5638a21ed9be14 /libc
parent4dd29ad13268a9dfec24e4be4ad6304a05bed709 (diff)
tweak $TOPDIR usage to not have duplciate //
Diffstat (limited to 'libc')
-rw-r--r--libc/sysdeps/linux/i386/Makefile4
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