mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 16:00:12 +00:00
dux-lwp-makefile-fix-20040808
tru64 hates indented comments inmakefiles
This commit is contained in:
parent
3feb2837fa
commit
5f93afbeff
@ -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;; \
|
||||
|
Loading…
Reference in New Issue
Block a user