فهرست منبع

tweak $TOPDIR usage to not have duplciate //

Mike Frysinger 19 سال پیش
والد
کامیت
d49ea365ad
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      libc/sysdeps/linux/i386/Makefile

+ 2 - 2
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