diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-18 12:52:17 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-10-18 12:52:17 +0000 |
commit | f6666438e8783c36e515f03904533d4ff2ea387e (patch) | |
tree | 70194272fd7cc0d59d260bfb9d46230ea5313397 /Makefile.in | |
parent | 5016062735e34d4474e9c0305b51ebae90ab7a4a (diff) |
- do not list non-existing files in the threads prerequisites
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a1dc54ca4..e453397bc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -65,6 +65,7 @@ include/bits/uClibc_config.h: extra/config/conf .config $(top_srcdir)extra/scrip # XXX: FIXME: this is ugly MAKEFLAGS += -L include/config/linuxthreads/old.h include/config/linuxthreads/new.h: + @true # For the moment, we have to keep re-running this target # because the fix includes scripts rely on pre-processers |