[kernel] r11792 - dists/trunk/firmware-nonfree/bnx2/fwcutter

Bastian Blank waldi at alioth.debian.org
Fri Jul 4 22:07:49 UTC 2008


Author: waldi
Date: Fri Jul  4 22:07:49 2008
New Revision: 11792

Log:
bnx2/fwcutter/Makefile: Fix dependencies.


Modified:
   dists/trunk/firmware-nonfree/bnx2/fwcutter/Makefile

Modified: dists/trunk/firmware-nonfree/bnx2/fwcutter/Makefile
==============================================================================
--- dists/trunk/firmware-nonfree/bnx2/fwcutter/Makefile	(original)
+++ dists/trunk/firmware-nonfree/bnx2/fwcutter/Makefile	Fri Jul  4 22:07:49 2008
@@ -13,8 +13,8 @@
 
 all: bnx2_fwcutter_$(KERNEL_VERSION)
 
-bnx2_fwcutter_$(KERNEL_VERSION): bnx2_fwcutter_$(KERNEL_VERSION).c
-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^
+bnx2_fwcutter_$(KERNEL_VERSION): bnx2_fwcutter_$(KERNEL_VERSION).c bnx2_fwcutter.c
+	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
 else
 all:
 	$(error Please define KERNEL_SOURCE and KERNEL_VERSION)



More information about the Kernel-svn-changes mailing list