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 3d90c71..3f06c0e 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; \
                ;; \