diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 12:27:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 12:27:04 +0000 |
commit | b420d9bce3d1403ff13a48c146ea3998479ac19e (patch) | |
tree | 168239ea6bae08acd3b78383a79bf1c904648843 /devel/mit-pthreads | |
parent | d1c3bbf5995df2f14b35c318b98eb6fe1d588e15 (diff) | |
download | pkgsrc-b420d9bce3d1403ff13a48c146ea3998479ac19e.tar.gz |
echo -> ${ECHO}
Diffstat (limited to 'devel/mit-pthreads')
-rw-r--r-- | devel/mit-pthreads/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index fd515ec1a8d..91607d15620 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2000/02/22 22:09:39 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.28 2000/03/16 12:27:04 wiz Exp $ # DISTNAME= pthreads-1_60_beta6 @@ -23,10 +23,10 @@ post-patch: @${RM} ${WRKSRC}/include/endian.h post-configure: - @echo "#define HAVE_SYSCALL_SIGACTION 1" >> ${WRKSRC}/config.h - @echo "#define HAVE_SYSCALL_SIGPAUSE 1" >> ${WRKSRC}/config.h - @echo "#define HAVE_SYSCALL_SIGPROCMASK 1" >> ${WRKSRC}/config.h - @echo "#define HAVE_SYSCALL_SIGSUSPEND 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_SYSCALL_SIGACTION 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_SYSCALL_SIGPAUSE 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_SYSCALL_SIGPROCMASK 1" >> ${WRKSRC}/config.h + @${ECHO} "#define HAVE_SYSCALL_SIGSUSPEND 1" >> ${WRKSRC}/config.h pre-install: ${MKDIR} ${PREFIX}/pthreads |