summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-12-01 20:46:59 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-12-01 20:46:59 +0000
commit8b9ed7837f189940daf0bc32b2418420b3d5f7a3 (patch)
treeb44f760db1550836ed7be4f7757c1b9484b4872f /Makefile.in
parent8a0b43005ad9ea011b80d66e32b46fb430ddaffb (diff)
Use $@,$<
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 3de1499f7..c417c59d7 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -35,9 +35,9 @@ include $(top_srcdir)extra/locale/Makefile.in
# last included to catch all the objects added by others (locales/threads)
include $(top_srcdir)libc/Makefile.in
-include/bits/uClibc_config.h: .config extra/config/conf
- $(INSTALL) -d include/bits
- @extra/config/conf -o $(top_srcdir)extra/Configs/Config.in
+include/bits/uClibc_config.h: extra/config/conf .config
+ $(INSTALL) -d $@
+ @< -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