diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-13 09:47:54 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-06-13 09:47:54 +0200 |
commit | 10339740506424abe8e3a3ecdd979aa10ae592ca (patch) | |
tree | 9e0b946472c75366364fff7eb83fd41a18fcbbf5 /Makefile.in | |
parent | 2679c354bd9345dfe2e2b9d78ec64a0dad642215 (diff) |
nptl: fix symlinking headers
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 d6faec0f5..628091876 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 lib extra/config/lxdialog extra/locale extra/scripts $(subdirs)): +$(addprefix $(top_builddir),include include/bits include/sys include/config lib extra/config/lxdialog extra/locale extra/scripts $(subdirs)): $(do_mkdir) # configuration |