|
From: Oswald B. <osw...@gm...> - 2022-06-13 11:24:50
|
On Mon, Jun 13, 2022 at 12:23:26PM +0200, Marko Bauhardt wrote: >make all-recursive >Making all in src >perl ./bit_enum_gen.pl < > common_enum.h >sh: 1: Syntax error: redirection unexpected >*** Error code 2 > >my perl version is >This is perl 5, version 34, subversion 0 (v5.34.0) > the problem isn't perl, but make - which is weird, as any non-ancient (net)bsd make is supposed to understand the $< variable. you may have better luck with gmake. |