REPLACE_AWK and REPLACE_SH for Solaris...
This commit is contained in:
parent
5e9cb3c46a
commit
4e4d5382e7
1 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2008/10/24 20:42:21 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2008/10/24 21:04:05 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= paexec-0.10.0
|
||||
|
@ -32,6 +32,14 @@ MAKE_ENV+= LDADD=${LIBS:Q}
|
|||
|
||||
CPPFLAGS+= -DNO_PORTABHACKS_H=1 -DHAVE_CONFIG_H=1
|
||||
|
||||
REPLACE_AWK+= examples/1_div_X/1_div_X_cmd \
|
||||
examples/all_substr/all_substr_cmd \
|
||||
examples/make_package/make_package_cmd \
|
||||
examples/toupper/toupper_cmd \
|
||||
tests/big_result_cmd \
|
||||
examples/make_package/make_package_cmd__*
|
||||
REPLACE_SH+= examples/cc_wrapper/cc_wrapper_cmd
|
||||
|
||||
pre-build:
|
||||
cp ${.CURDIR}/files/config.h ${WRKSRC}/
|
||||
|
||||
|
|
Loading…
Reference in a new issue