diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-11-19 22:28:50 +0100 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-22 11:20:23 -0800 |
commit | 312a3bd9a081f95fdb94300de2fe1f2743af8208 (patch) | |
tree | 4bd14f33a76d41806fbd448fb305269594816927 /Makefile.in | |
parent | 4c8c92d95b2276890f00a27c8a47dee269740c11 (diff) | |
download | uClibc-alpine-312a3bd9a081f95fdb94300de2fe1f2743af8208.tar.bz2 uClibc-alpine-312a3bd9a081f95fdb94300de2fe1f2743af8208.tar.xz |
Add missing order-only prereq for unifdef
For O= make sure that top_builddir/extra/scripts is created
before trying to build unifdef into it.
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 859b6fe14..e4321b9c9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -203,7 +203,7 @@ install: install_runtime install_dev RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)lib $(RUNTIME_PREFIX)lib) -$(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c +$(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c|$(@D) $(hcompile.u) # Installs header files. @@ -395,7 +395,7 @@ hostutils: install_hostutils: hostutils $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" HOSTCC="$(HOSTCC)" DOTHOST=.host -C utils utils_install -$(addprefix $(top_builddir),include/bits include/sys include/config extra/config/lxdialog extra/locale $(subdirs)): +$(addprefix $(top_builddir),include/bits include/sys include/config extra/config/lxdialog extra/locale extra/scripts $(subdirs)): $(do_mkdir) # configuration |