svn commit: r194703 - head/lib/libc/stdlib

Ed Schouten ed at FreeBSD.org
Tue Jun 23 14:10:47 UTC 2009


Author: ed
Date: Tue Jun 23 14:10:46 2009
New Revision: 194703
URL: http://svn.freebsd.org/changeset/base/194703

Log:
  Simplify. We can just use .sinclude here.
  
  Submitted by:	Christoph Mallon

Modified:
  head/lib/libc/stdlib/Makefile.inc

Modified: head/lib/libc/stdlib/Makefile.inc
==============================================================================
--- head/lib/libc/stdlib/Makefile.inc	Tue Jun 23 13:22:19 2009	(r194702)
+++ head/lib/libc/stdlib/Makefile.inc	Tue Jun 23 14:10:46 2009	(r194703)
@@ -16,9 +16,7 @@ MISRCS+=_Exit.c a64l.c abort.c abs.c ate
 SYM_MAPS+= ${.CURDIR}/stdlib/Symbol.map
 
 # machine-dependent stdlib sources
-.if exists(${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc)
-.include "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
-.endif
+.sinclude "${.CURDIR}/${MACHINE_ARCH}/stdlib/Makefile.inc"
 
 MAN+=	a64l.3 abort.3 abs.3 alloca.3 atexit.3 atof.3 atoi.3 atol.3 bsearch.3 \
 	div.3 exit.3 getenv.3 getopt.3 getopt_long.3 getsubopt.3 \


More information about the svn-src-all mailing list