Use the "-o" flag, rather than using the "-t" flag and redirecting the
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Mar 2000 19:55:51 +0000 (19:55 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 29 Mar 2000 19:55:51 +0000 (19:55 +0000)
commitd26326c42ec119ea23f879e36a8e3a59816e2e89
treed147879cb5dc61fb2257b73a1df272cfdeef3bd4
parent16e031a6a5fc78e36e94ded2bee7666f0bae0f22
Use the "-o" flag, rather than using the "-t" flag and redirecting the
standard output, in the rules to get Flex to produce scanner code; that
way, if Flex fails to run for some reason, we don't leave around a
zero-length or otherwise incorrect "XXX-scanner.c" file that might
keep a subsequent make from thinking it has to generate that file.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1763 f5534014-38df-0310-8fa8-9805f1628bb7
Makefile.am
wiretap/Makefile.am