diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 00:04:15 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-12-02 00:04:15 +0000 |
commit | b3a5fafd07f293a5b22421ba0ba1f22eb66ed119 (patch) | |
tree | a055b9283c55db8167cd160a51944b7b2931f999 /Makefile.in | |
parent | ab793b00a877b1bfd9b16054b4ec03a1dd8d0745 (diff) |
Fix make macro. Did you even fricking test this?
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 d32234f48..f9279a600 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,7 +37,7 @@ include $(top_srcdir)libc/Makefile.in include/bits/uClibc_config.h: extra/config/conf .config $(INSTALL) -d $(dir $@) - @< -o $(top_srcdir)extra/Configs/Config.in + @$< -o $(top_srcdir)extra/Configs/Config.in # For the moment, we have to keep re-running this target # because the fix includes scripts rely on pre-processers |