]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-sys-syscall-object-dependency-20080107
authorDerrick Brashear <shadow@dementia.org>
Mon, 7 Jan 2008 20:10:39 +0000 (20:10 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 7 Jan 2008 20:10:39 +0000 (20:10 +0000)
LICENSE IPL10

make syscall.o always be created, some makes don't deal with the implicit requirement

(cherry picked from commit 777a2840878af313e062c4885ae7002bad62bdf4)

src/sys/Makefile.in

index 8c1b7deee41fca74ca9b5fa57cb83c87230089c7..70835b92132faa6784da5cc5d1be8e85f21da0d7 100644 (file)
@@ -46,7 +46,7 @@ all: \
            ${MAKE} '${TOP_LIBDIR}/${LIBAFSSETPAG}';; \
        esac
 
-libsys.a: ${OBJECTS} ${RMTOBJS} afsl.exp AFS_component_version_number.o
+libsys.a: ${OBJECTS} ${RMTOBJS} syscall.o afsl.exp AFS_component_version_number.o
        -$(RM) -f $@
        @set -x; case "${SYS_NAME}" in                          \
                hp_ux11*) \
@@ -62,7 +62,7 @@ libsys.a: ${OBJECTS} ${RMTOBJS} afsl.exp AFS_component_version_number.o
                        $(AR) crv $@ afsl.exp;;         \
        esac
 
-${LIBAFSSETPAG}: ${SHLIBOBJS}
+${LIBAFSSETPAG}: ${SHLIBOBJS} syscall.o
        @set -x; case ${SYS_NAME} in \
        *_linux*) \
            ${SHLIB_LINKER} -Wl,-h,libafssetpag.so.${LIBAFSSETPAGMAJOR} \