diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2002-09-17 08:57:52 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2002-09-17 08:57:52 +0000 |
| commit | d2230994014e57622d83481187fe7ded95093ae2 (patch) | |
| tree | d8c80efd5d45281f0dc81a3f4db2ae21bb478b92 /sys/conf | |
| parent | 4f0ef111929bd24a79b6ee46b26d57dbb7f19b83 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 152c537b02542..38a4ecf10c58e 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1123,13 +1123,13 @@ netatm/spans/spans_util.c optional atm_spans atm_core spans_xdr.h optional atm_spans atm_core \ before-depend \ dependency "$S/netatm/spans/spans_xdr.x" \ - compile-with "rpcgen -h -C $S/netatm/spans/spans_xdr.x > spans_xdr.h" \ + compile-with "rpcgen -h -C $S/netatm/spans/spans_xdr.x | grep -v rpc/rpc.h > spans_xdr.h" \ clean "spans_xdr.h" \ no-obj no-implicit-rule spans_xdr.c optional atm_spans atm_core \ before-depend \ dependency "$S/netatm/spans/spans_xdr.x" \ - compile-with "rpcgen -c -C $S/netatm/spans/spans_xdr.x > spans_xdr.c" \ + compile-with "rpcgen -c -C $S/netatm/spans/spans_xdr.x | grep -v rpc/rpc.h > spans_xdr.c" \ clean "spans_xdr.c" \ no-obj no-implicit-rule local spans_xdr.o optional atm_spans atm_core \ |
