diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-23 23:00:48 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-02-23 23:00:48 +0000 |
commit | fecaaa7a429738c45da78db18ad29f4369f9c729 (patch) | |
tree | dbdbccea0d5e470b972f3f40c7c68daa8a67cf9b /libpthread/linuxthreads | |
parent | d958ebdfa9935edefd4c3ec2ac3087a841227ea9 (diff) |
Remove TOPDIR
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r-- | libpthread/linuxthreads/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile index f92f205a5..f9100219a 100644 --- a/libpthread/linuxthreads/Makefile +++ b/libpthread/linuxthreads/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 |