From 5809541d010696fa02bc85fdcf26ceba7b56f890 Mon Sep 17 00:00:00 2001 From: Nicholas Bamber Date: Sat, 2 Jan 2021 17:08:54 +0100 Subject: Makefile was trying to rebuild optint.c Don't understand why this is necessary, but it builds cleanly straqight off CPAN. Last-Update: 2012-03-04 Forwarded: not-needed Gbp-Pq: Name optint.patch --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 478643d..f110494 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -94,7 +94,10 @@ sub MY::postamble { return <<'MAKE_FRAG'; expr.c: calc.inc exprtool.inc exprpstr.inc procore\$(OBJ_EXT): loadfile.inc tagstack.inc -optint.c: optint.re2c.m4 + +# Don't understand why this rule should give any issues +# as optint.c exists +#optint.c: optint.re2c.m4 #proparam.c proparam.h: pparam.h # ./pparam2proparam -- cgit v1.2.3 From 886ead93701fec3020e915390a8b733c9210fb9c Mon Sep 17 00:00:00 2001 From: Nicholas Bamber Date: Sat, 20 Nov 2021 00:39:45 +0100 Subject: Makefile was trying to rebuild optint.c Don't understand why this is necessary, but it builds cleanly straqight off CPAN. Last-Update: 2012-03-04 Forwarded: not-needed Gbp-Pq: Name optint.patch --- Makefile.PL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 478643d..f110494 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -94,7 +94,10 @@ sub MY::postamble { return <<'MAKE_FRAG'; expr.c: calc.inc exprtool.inc exprpstr.inc procore\$(OBJ_EXT): loadfile.inc tagstack.inc -optint.c: optint.re2c.m4 + +# Don't understand why this rule should give any issues +# as optint.c exists +#optint.c: optint.re2c.m4 #proparam.c proparam.h: pparam.h # ./pparam2proparam -- cgit v1.2.3