diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-01 22:27:33 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-01 22:27:33 +0000 |
commit | 321eda50a49325b4d2270b508daf2cc7ffde1fe7 (patch) | |
tree | 88cb7bfdaf6b2519077bf72256186a208febdc72 /Makefile.in | |
parent | 5c325e1a1673f06a2709ffcabbb70d4590d16d3c (diff) |
I must have been crazy ...
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 c417c59d7..d32234f48 100644 --- a/Makefile.in +++ b/Makefile.in @@ -36,7 +36,7 @@ include $(top_srcdir)extra/locale/Makefile.in include $(top_srcdir)libc/Makefile.in include/bits/uClibc_config.h: extra/config/conf .config - $(INSTALL) -d $@ + $(INSTALL) -d $(dir $@) @< -o $(top_srcdir)extra/Configs/Config.in # For the moment, we have to keep re-running this target |