diff options
Diffstat (limited to 'libc/stdlib/malloc-standard')
| -rw-r--r-- | libc/stdlib/malloc-standard/Makefile | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/libc/stdlib/malloc-standard/Makefile b/libc/stdlib/malloc-standard/Makefile index 493484b27..4a8f4a072 100644 --- a/libc/stdlib/malloc-standard/Makefile +++ b/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 | 
