]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
aix-kopenafs-also-correct-directory-20090608
authorDerrick Brashear <shadow@dementia.org>
Mon, 8 Jun 2009 20:47:14 +0000 (20:47 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 8 Jun 2009 20:47:14 +0000 (20:47 +0000)
LICENSE IPL10

also make this include syscall.s from the right place.

src/kopenafs/Makefile.in

index 3d90c7143a2e61ade7ce31c467b5865d3f8ce3b7..3f06c0ee507582cdd8f10252d7154749b6dadd3c 100644 (file)
@@ -60,7 +60,7 @@ syscall.o: ${SYS}/syscall.s
                 ${CC} ${CFLAGS} -c ${SYS}/syscall.s; \
                ;; \
        rs_aix* | hp_ux10*) \
-               $(PATH_CPP) -P ${SFLAGS} ${srcdir}/syscall.s > syscall.ss; \
+               $(PATH_CPP) -P ${SFLAGS} ${SYS}/syscall.s > syscall.ss; \
                as -o syscall.o syscall.ss; \
                $(RM) syscall.ss; \
                ;; \