From b3a5fafd07f293a5b22421ba0ba1f22eb66ed119 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 2 Dec 2005 00:04:15 +0000 Subject: Fix make macro. Did you even fricking test this? --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3