Browse Source

Remove TOPDIR

Peter S. Mazinger 18 years ago
parent
commit
ba31c6c463
85 changed files with 85 additions and 255 deletions
  1. 1 3
      Makefile
  2. 1 3
      extra/scripts/Makefile.arch.lvl3
  3. 1 3
      extra/scripts/Makefile.arch.lvl4
  4. 1 3
      extra/scripts/Makefile.libs.lvl0
  5. 1 3
      extra/scripts/Makefile.libs.lvl1
  6. 1 3
      extra/scripts/Makefile.libs.lvl2
  7. 1 3
      extra/scripts/Makefile.objs.lvl2
  8. 1 3
      extra/scripts/Makefile.objs.lvl3
  9. 1 3
      extra/scripts/Makefile.objs.lvl4
  10. 1 3
      ldso/Makefile
  11. 1 3
      ldso/ldso/Makefile
  12. 1 3
      ldso/libdl/Makefile
  13. 1 3
      libc/Makefile
  14. 1 3
      libc/inet/Makefile
  15. 1 3
      libc/inet/rpc/Makefile
  16. 1 3
      libc/misc/Makefile
  17. 1 3
      libc/misc/assert/Makefile
  18. 1 3
      libc/misc/ctype/Makefile
  19. 1 3
      libc/misc/dirent/Makefile
  20. 1 3
      libc/misc/error/Makefile
  21. 1 3
      libc/misc/file/Makefile
  22. 1 3
      libc/misc/fnmatch/Makefile
  23. 1 3
      libc/misc/ftw/Makefile
  24. 1 3
      libc/misc/glob/Makefile
  25. 1 3
      libc/misc/gnu/Makefile
  26. 1 3
      libc/misc/internals/Makefile
  27. 1 3
      libc/misc/intl/Makefile
  28. 1 3
      libc/misc/locale/Makefile
  29. 1 3
      libc/misc/mntent/Makefile
  30. 1 3
      libc/misc/pthread/Makefile
  31. 1 3
      libc/misc/regex/Makefile
  32. 1 3
      libc/misc/search/Makefile
  33. 1 3
      libc/misc/statfs/Makefile
  34. 1 3
      libc/misc/syslog/Makefile
  35. 1 3
      libc/misc/sysvipc/Makefile
  36. 1 3
      libc/misc/time/Makefile
  37. 1 3
      libc/misc/ttyent/Makefile
  38. 1 3
      libc/misc/utmp/Makefile
  39. 1 3
      libc/misc/wchar/Makefile
  40. 1 3
      libc/misc/wctype/Makefile
  41. 1 3
      libc/misc/wordexp/Makefile
  42. 1 3
      libc/pwd_grp/Makefile
  43. 1 3
      libc/signal/Makefile
  44. 1 3
      libc/stdio/Makefile
  45. 1 3
      libc/stdlib/Makefile
  46. 1 3
      libc/stdlib/malloc-simple/Makefile
  47. 1 3
      libc/stdlib/malloc-standard/Makefile
  48. 1 3
      libc/stdlib/malloc/Makefile
  49. 1 3
      libc/string/Makefile
  50. 1 3
      libc/string/arm/Makefile
  51. 1 3
      libc/string/frv/Makefile
  52. 1 3
      libc/string/generic/Makefile
  53. 1 3
      libc/string/i386/Makefile
  54. 1 3
      libc/string/mips/Makefile
  55. 1 3
      libc/string/powerpc/Makefile
  56. 1 3
      libc/string/sh64/Makefile
  57. 1 3
      libc/string/sparc/Makefile
  58. 1 3
      libc/string/x86_64/Makefile
  59. 1 3
      libc/sysdeps/Makefile
  60. 1 3
      libc/sysdeps/linux/Makefile
  61. 1 3
      libc/sysdeps/linux/alpha/Makefile
  62. 1 3
      libc/sysdeps/linux/arm/Makefile
  63. 1 3
      libc/sysdeps/linux/common/Makefile
  64. 1 3
      libc/sysdeps/linux/cris/Makefile
  65. 1 3
      libc/sysdeps/linux/hppa/Makefile
  66. 1 3
      libc/sysdeps/linux/i386/Makefile
  67. 1 3
      libc/sysdeps/linux/m68k/Makefile
  68. 1 3
      libc/sysdeps/linux/mips/Makefile
  69. 1 3
      libc/sysdeps/linux/powerpc/Makefile
  70. 1 3
      libc/sysdeps/linux/sh/Makefile
  71. 1 3
      libc/sysdeps/linux/sparc/Makefile
  72. 1 3
      libc/sysdeps/linux/x86_64/Makefile
  73. 1 3
      libc/termios/Makefile
  74. 1 3
      libc/unistd/Makefile
  75. 1 3
      libcrypt/Makefile
  76. 1 3
      libintl/Makefile
  77. 1 3
      libm/Makefile
  78. 1 3
      libnsl/Makefile
  79. 1 3
      libpthread/Makefile
  80. 1 3
      libpthread/linuxthreads.old/Makefile
  81. 1 3
      libpthread/linuxthreads.old_db/Makefile
  82. 1 3
      libpthread/linuxthreads_db/Makefile
  83. 1 3
      libresolv/Makefile
  84. 1 3
      librt/Makefile
  85. 1 3
      libutil/Makefile

+ 1 - 3
Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=./
-
-top_srcdir=$(TOPDIR)
+top_srcdir=./
 top_builddir=./
 #include $(top_builddir)Rules.mak
 #all: libs

+ 1 - 3
extra/scripts/Makefile.arch.lvl3

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
extra/scripts/Makefile.arch.lvl4

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
extra/scripts/Makefile.libs.lvl0

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=./
-
-top_srcdir=$(TOPDIR)
+top_srcdir=./
 top_builddir=./
 #include $(top_builddir)Rules.mak
 #all: libs

+ 1 - 3
extra/scripts/Makefile.libs.lvl1

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
extra/scripts/Makefile.libs.lvl2

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
extra/scripts/Makefile.objs.lvl2

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
extra/scripts/Makefile.objs.lvl3

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
extra/scripts/Makefile.objs.lvl4

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
ldso/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
ldso/ldso/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
ldso/libdl/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libc/inet/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/inet/rpc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/assert/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/ctype/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/dirent/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/error/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/file/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/fnmatch/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/ftw/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/glob/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/gnu/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/internals/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/intl/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/locale/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/mntent/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/pthread/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/regex/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/search/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/statfs/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/syslog/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/sysvipc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/time/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/ttyent/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/utmp/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/wchar/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/wctype/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/misc/wordexp/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/pwd_grp/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/signal/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/stdio/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/stdlib/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/stdlib/malloc-simple/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/stdlib/malloc-standard/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/stdlib/malloc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/arm/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/frv/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/generic/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/i386/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/mips/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/powerpc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/sh64/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/sparc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/string/x86_64/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../
 top_builddir=../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/alpha/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/arm/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/common/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/cris/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/hppa/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/i386/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/m68k/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/mips/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/powerpc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/sh/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/sparc/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/sysdeps/linux/x86_64/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../../../
 top_builddir=../../../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/termios/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libc/unistd/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 all: objs
 include $(top_builddir)Rules.mak

+ 1 - 3
libcrypt/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libintl/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libm/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libnsl/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libpthread/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libpthread/linuxthreads.old/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libpthread/linuxthreads.old_db/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libpthread/linuxthreads_db/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../../
 top_builddir=../../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libresolv/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
librt/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs

+ 1 - 3
libutil/Makefile

@@ -5,9 +5,7 @@
 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 #
 
-TOPDIR=../
-
-top_srcdir=$(TOPDIR)
+top_srcdir=../
 top_builddir=../
 include $(top_builddir)Rules.mak
 all: libs