summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-03-12 18:56:49 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-03-12 18:56:49 +0100
commit9f811c9a0d095f5e91404c7ce2a6c33def2b4a66 (patch)
treeb88f44055c870edff995411cd769c94efca37a3f /Makefile.in
parent4be3ace8d6e3b6f80786567ac5099133ec2d2c26 (diff)
buildsys: fix dir order-only prereq of unifdef
|$(@D) -> zilch, so spell it out Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 53828204d..6ac107d42 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -193,7 +193,8 @@ install: install_runtime install_dev
RUNTIME_PREFIX_LIB_FROM_DEVEL_PREFIX_LIB=$(shell $(top_srcdir)extra/scripts/relative_path.sh $(DEVEL_PREFIX)$(MULTILIB_DIR) $(RUNTIME_PREFIX)$(MULTILIB_DIR))
-$(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c|$(@D)
+$(top_builddir)extra/scripts/unifdef: |$(top_builddir)extra/scripts
+$(top_builddir)extra/scripts/unifdef: $(top_srcdir)extra/scripts/unifdef.c
$(hcompile.u)
# Installs header files.