OSDN Git Service

trim dep lines
author"Vladimir N. Oleynik" <dzo@simtreas.ru>
Fri, 7 Oct 2005 15:53:21 +0000 (15:53 -0000)
committer"Vladimir N. Oleynik" <dzo@simtreas.ru>
Fri, 7 Oct 2005 15:53:21 +0000 (15:53 -0000)
Makefile

index cfa5e52..bf3ea9e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -292,11 +292,12 @@ include/bbconfigopts.h: .config
        $(top_srcdir)/scripts/config/mkconfigs > $@
 endif
 
-depend dep $(top_builddir)/.depend: .depend
+depend dep: .depend
 .depend: scripts/bb_mkdep $(DEP_INCLUDES)
        @rm -f .depend
        @mkdir -p include/config
-       scripts/bb_mkdep -c include/config.h -c include/bb_config.h -I $(top_srcdir)/include $(top_srcdir)/ > $@.tmp
+       scripts/bb_mkdep -c include/config.h -c include/bb_config.h \
+                       -I $(top_srcdir)/include $(top_srcdir) > $@.tmp
        mv $@.tmp $@
 
 include/config.h: .config
@@ -355,4 +356,4 @@ tags:
 endif # ifeq ($(skip-makefile),)
 
 .PHONY: dummy subdirs release distclean clean config oldconfig \
-       menuconfig tags check test depend buildtree
+       menuconfig tags check test depend dep buildtree