diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-01-07 17:17:52 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2014-01-07 17:17:52 +0100 |
commit | c71f8bc18e33da575c2f637a4dfa5e6bf120cd3c (patch) | |
tree | 0ffb49d74d80dd05b771712c943c291decb765d3 /Makefile.in | |
parent | c7c5cfdbe803ff0e77f8cded764361ae0803b710 (diff) |
buildsys: fixup unifdef state in skiphash
attempt to fix unifdef swallowing -f defundefile lines
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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 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' $^ > $@ |