"--binary" is not a universal "cat" flag, and shouldn't be necessary on

UN*X and, hopefully, not in Cygwin either.

svn path=/trunk/; revision=10968
This commit is contained in:
Guy Harris 2004-05-22 22:29:28 +00:00
parent 11db4da7a3
commit 99bab7f7d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal documentation
#
# $Id: Makefile.am,v 1.22 2004/05/22 21:52:37 guy Exp $
# $Id: Makefile.am,v 1.23 2004/05/22 22:29:28 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@ -25,7 +25,7 @@
# capture when $(VERSION) changes.
ethereal-tmp.pod: ethereal.pod ../AUTHORS-SHORT
cat --binary ethereal.pod ../AUTHORS-SHORT > ethereal-tmp.pod
cat ethereal.pod ../AUTHORS-SHORT > ethereal-tmp.pod
../ethereal.1: ethereal-tmp.pod ../config.h
$(POD2MAN) \