PERFORCE change 49318 for review

Peter Wemm peter at FreeBSD.org
Fri Mar 19 16:54:39 PST 2004


http://perforce.freebsd.org/chv.cgi?CH=49318

Change 49318 by peter at peter_overcee on 2004/03/19 16:54:34

	missed a bit of the backout

Affected files ...

.. //depot/projects/hammer/lib/libc/sys/Makefile.inc#14 edit

Differences ...

==== //depot/projects/hammer/lib/libc/sys/Makefile.inc#14 (text+ko) ====

@@ -2,19 +2,19 @@
 # $FreeBSD: src/lib/libc/sys/Makefile.inc,v 1.111 2004/03/16 11:06:31 tjr Exp $
 
 # sys sources
-.PATH: ${LIBCSRC}/${TARGET}/sys ${LIBCSRC}/sys
+.PATH: ${.CURDIR}/${MACHINE_ARCH}/sys ${.CURDIR}/sys
 
 # Include the generated makefile containing the *complete* list
 # of syscall names in MIASM.
-.include "${LIBCSRC}/../../sys/sys/syscall.mk"
+.include "${.CURDIR}/../../sys/sys/syscall.mk"
 
 # Include machine dependent definitions.
 #
 # MDASM names override the default syscall names in MIASM.
 # NOASM will prevent the default syscall code from being generated.
 #
-.if exists(${LIBCSRC}/${TARGET}/sys/Makefile.inc)
-.include "${LIBCSRC}/${TARGET}/sys/Makefile.inc"
+.if exists(${.CURDIR}/${MACHINE_ARCH}/sys/Makefile.inc)
+.include "${.CURDIR}/${MACHINE_ARCH}/sys/Makefile.inc"
 .endif
 
 # Sources common to both syscall interfaces:


More information about the p4-projects mailing list