http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=962
------- Comment #8 from jeff.morriss@xxxxxxxxxxx 2007-03-16 05:11 GMT -------
(In reply to comment #5)
> It is the default make on Solaris, not GNU make. -v option is not supported.
>
> Verified with GNU make, this problem does not exist.
It's still an interesting question of which make you're using: I tried
/usr/ccs/bin/make on Solaris 8 and didn't have the problem:
otto [~/]> uname -a
SunOS otto 5.8 Generic_108528-29 sun4u sparc SUNW,Ultra-250
otto [~/]> cat > Makefile
foo.o : foo.c
cat $< > $@
otto [~/]> touch foo.c
otto [~/]> /usr/ccs/bin/make
cat foo.c > foo.o
otto [~/]> what /usr/ccs/bin/make
/usr/ccs/bin/make:
RELEASE VERSION SunOS 5.8 Build_32 September 1999
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.