From: Derrick Brashear Date: Mon, 9 Aug 2004 00:49:52 +0000 (+0000) Subject: dux-lwp-makefile-fix-20040808 X-Git-Tag: BP-openafs-stable-1_4_x~14 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5f93afbeff04804d4aaf05eb263dd53ae1e68fab;p=packages%2Fo%2Fopenafs.git dux-lwp-makefile-fix-20040808 tru64 hates indented comments inmakefiles --- diff --git a/src/lwp/Makefile.in b/src/lwp/Makefile.in index bbc8a859a..cce0257e6 100644 --- a/src/lwp/Makefile.in +++ b/src/lwp/Makefile.in @@ -27,12 +27,12 @@ liblwp.a: ${LIBOBJS} $(AR) crv $@ ${LIBOBJS} $(RANLIB) $@ +# This is required so sgi_64+ does not try to build this file. process.s: echo Nothing to be done for process.s - # This is required so sgi_64+ does not try to build this file. +# Making process.o for $(SYS_NAME) process.o : process.s process.i386.s process.c - # Making process.o for $(SYS_NAME) @case "$(SYS_NAME)" in \ pmax_he1) \ $(CCOBJ) ${LWP_DBG} ${LWP_OPTMZ} -c -I${TOP_INCDIR} process.s;; \