From c24e561a344c12f829ffffbf1b5b7b179409b0da Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Thu, 17 Nov 2005 21:49:59 +0000 Subject: Replace TOPDIR w/ top_builddir --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a13e9f24d..fd2284ce0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -96,7 +96,7 @@ headers: include/bits/uClibc_config.h @cd $(top_builddir); \ set -e; \ $(SHELL_SET_X); \ - TOPDIR=. CC="$(CC)" /bin/sh extra/scripts/gen_bits_syscall_h.sh > include/bits/sysnum.h.new; \ + top_builddir=. CC="$(CC)" /bin/sh extra/scripts/gen_bits_syscall_h.sh > include/bits/sysnum.h.new; \ if cmp include/bits/sysnum.h include/bits/sysnum.h.new >/dev/null 2>&1; then \ $(RM) include/bits/sysnum.h.new; \ else \ -- cgit v1.2.3