]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Make process.o depend on process.amd64.s
authorBen Kaduk <kaduk@mit.edu>
Wed, 30 Oct 2013 17:24:59 +0000 (13:24 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 6 Nov 2013 18:41:58 +0000 (10:41 -0800)
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>
src/lwp/Makefile.in

index 7654840519b16198622df3f8742e91152ed01e9f..15c1375f3c2c013786cd745c7fb40f508330a19a 100644 (file)
@@ -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; \