From: Ben Kaduk Date: Wed, 30 Oct 2013 17:24:59 +0000 (-0400) Subject: Make process.o depend on process.amd64.s X-Git-Tag: upstream/1.6.6_pre2^2~24 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=ba0a374966dcec78392443bb5f0c43e9c2f0f466;p=packages%2Fo%2Fopenafs.git Make process.o depend on process.amd64.s Some versions of the rule for this target use the amd64 flavor of the source file, so it should be listed as a dependency. This is a 1.6-specific change; the relevant dependency was added on master as part of change #5450, which is a much larger change. Change-Id: I5eb392ccd6b059f6f2344398bd697a5096a1bd77 Reviewed-on: http://gerrit.openafs.org/10382 Tested-by: BuildBot Reviewed-by: Andrew Deason Reviewed-by: Michael Meffie Reviewed-by: Jeffrey Altman Reviewed-by: Stephan Wiesand --- diff --git a/src/lwp/Makefile.in b/src/lwp/Makefile.in index 765484051..15c1375f3 100644 --- a/src/lwp/Makefile.in +++ b/src/lwp/Makefile.in @@ -51,7 +51,7 @@ process.s: @echo Nothing to be done for process.s # Making process.o for $(SYS_NAME) -process.o : process.s process.i386.s process.c lwp.o +process.o : process.s process.i386.s process.amd64.s process.c lwp.o @set -x; case "$(SYS_NAME)" in \ sun4c_51 | sun4c_52 | sun4m_51 | sun4m_52 | sun4c_53 | sun4m_53 | sun4_53 | sun4_52 | sun4_54 | sun4c_54 | sun4m_54 | sun4x_5* | arm_linux* ) \ $(PATH_CPP) -P -I${TOP_INCDIR} ${srcdir}/process.s > process.ss; \