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 <buildbot@rampaginggeek.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
@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; \