]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] trivial Makefile fix
authorDavid Mosberger <davidm@napali.hpl.hp.com>
Wed, 4 Sep 2002 11:21:36 +0000 (04:21 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Wed, 4 Sep 2002 11:21:36 +0000 (04:21 -0700)
Tthis one seems to have been around since 2.5.31 and nobody has fixed it
yet...

Makefile

index df92dd3d9931fe28508f7c4bd56b2785a0d6ca4c..ef78709f371e2317306f74a455bd19ba8c02cc21 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -318,7 +318,7 @@ prepare: include/linux/version.h include/asm include/config/MARKER
 #      This can be used by arch/$ARCH/Makefile to preprocess
 #      their vmlinux.lds.S file
 
-arch/$ARCH/vmlinux.lds.s: arch/$ARCH/vmlinux.lds.S
+arch/$(ARCH)/vmlinux.lds.s: arch/$(ARCH)/vmlinux.lds.S
        $(CPP) $(CPPFLAGS) $(CPPFLAGS_$@) -P -C -U$(ARCH) $< -o $@
 
 # Single targets