OSDN Git Service

tweak $TOPDIR usage to not have duplciate //
authorMike Frysinger <vapier@gentoo.org>
Thu, 28 Jul 2005 03:58:03 +0000 (03:58 -0000)
committerMike Frysinger <vapier@gentoo.org>
Thu, 28 Jul 2005 03:58:03 +0000 (03:58 -0000)
libc/sysdeps/linux/i386/Makefile

index fc13e6f..e7cee0c 100644 (file)
@@ -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