From f2db8b407e83456f34f097b8e27b1a3ec1b43e66 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sat, 10 Mar 2007 19:15:12 +0000 Subject: [PATCH] Drop obsolete comment (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@238 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- northbridge/intel/i440bxemulation/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/northbridge/intel/i440bxemulation/Makefile b/northbridge/intel/i440bxemulation/Makefile index 3ebe0b21be..a0ea6b7390 100644 --- a/northbridge/intel/i440bxemulation/Makefile +++ b/northbridge/intel/i440bxemulation/Makefile @@ -19,9 +19,6 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -# I think a .c.o rule might be more confusing than just putting the rule -# underneath the dependency graph -- but I welcome correction on this. - $(obj)/i440bx.o: $(src)/northbridge/intel/i440bxemulation/i440bx.c $(Q)$(CC) $(INITCFLAGS) -c $< -o $@