X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fsys%2FMakefile.in;h=afbd0da73c68ee25a6807ced25aa5d160826aae8;hp=a7bf5c1b39306006b702a3449940def84c4ac76f;hb=a271a55041086f062ca888e5cdde02fe234f7281;hpb=9c29a6ead1730649ca501c85482288c73e99f693 diff --git a/src/sys/Makefile.in b/src/sys/Makefile.in index a7bf5c1..afbd0da 100644 --- a/src/sys/Makefile.in +++ b/src/sys/Makefile.in @@ -44,7 +44,7 @@ tests: pagsh pagsh.krb fixit iinc idec icreate iopen istat rmtsysd syscall.o: syscall.s 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? | sunx86_5?) \ - /usr/ccs/lib/cpp ${SFLAGS} ${srcdir}/syscall.s syscall.ss; \ + /usr/ccs/lib/cpp ${SFLAGS} syscall.s syscall.ss; \ as -o syscall.o syscall.ss; \ $(RM) syscall.ss;; \ sgi_* |ppc_darwin* ) \