From c71f8bc18e33da575c2f637a4dfa5e6bf120cd3c Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 7 Jan 2014 17:17:52 +0100 Subject: buildsys: fixup unifdef state in skiphash attempt to fix unifdef swallowing -f defundefile lines Signed-off-by: Bernhard Reutner-Fischer --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 9d06069f7..91ef72fc7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -67,7 +67,7 @@ MAKEFLAGS += -L $(top_builddir)include/config/linuxthreads/old.h $(top_builddir)include/config/linuxthreads/new.h: @true -$(top_builddir)include/generated/unifdef_config.h: $(top_builddir)include/bits/uClibc_config.h| $(top_builddir)include/generated +$(top_builddir)include/generated/unifdef_config.h: $(top_builddir)include/bits/uClibc_config.h | $(top_builddir)include/generated @$(disp_gen) $(Q)$(SED) -e '1,3d' $^ > $@ -- cgit v1.2.3