]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] drivers/scsi - Makefile fix
authorSam Ravnborg <sam@ravnborg.org>
Thu, 10 Oct 2002 05:31:12 +0000 (22:31 -0700)
committerLinus Torvalds <torvalds@penguin.transmeta.com>
Thu, 10 Oct 2002 05:31:12 +0000 (22:31 -0700)
Reference to .ver file incorrect after recent makefile changes.
Grepped the kernel tree, and this is the only Makefile that
uses $(MODVERDIR).

drivers/scsi/Makefile

index c025acfb85d5a37f9b2b807397a22c3227656f0e..b9f1779ff00fb588e55fc0d6d831408b788e65d1 100644 (file)
@@ -137,7 +137,7 @@ include $(TOPDIR)/Rules.make
 $(obj)/53c7,8xx.o: $(obj)/53c8xx_d.h $(obj)/53c8xx_u.h
 $(obj)/53c7xx.o:   $(obj)/53c7xx_d.h $(obj)/53c7xx_u.h
 $(obj)/sim710.o:   $(obj)/sim710_d.h
-$(obj)/53c700.o $(MODVERDIR)/53c700.ver: $(obj)/53c700_d.h
+$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h
 
 # If you want to play with the firmware, uncomment
 # GENERATE_FIRMWARE := 1
@@ -162,4 +162,4 @@ $(obj)/sim710_u.h: $(obj)/sim710_d.h
 $(obj)/53c700_d.h: $(src)/53c700.scr $(src)/script_asm.pl
        $(PERL) -s $(src)/script_asm.pl -ncr7x0_family $@ $(@:_d.h=_u.h) < $<
 
-endif
\ No newline at end of file
+endif