diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-17 21:49:59 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-17 21:49:59 +0000 |
commit | c24e561a344c12f829ffffbf1b5b7b179409b0da (patch) | |
tree | 1f013a4f2623bc54ea06f8f96b4e744093d9d053 /Makefile.in | |
parent | 6ff3e442de2bb267a32f891f896e1c0729a77e67 (diff) |
Replace TOPDIR w/ top_builddir
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |