From d49ea365adf8e0d7ec8a4e6a25b7d87456224697 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 28 Jul 2005 03:58:03 +0000
Subject: tweak $TOPDIR usage to not have duplciate //

---
 libc/sysdeps/linux/i386/Makefile | 4 ++--
 1 file 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
-- 
cgit v1.2.3