summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Bamber <nicholas@periapt.co.uk>2021-12-11 00:44:29 +0100
committergregor herrmann <gregoa@debian.org>2021-12-11 00:44:29 +0100
commit6ee1904562b42475bfc895e3ec660afdd621e27d (patch)
tree660ed36487499cb15bf36c0c50cd3e2fc336ede8
parent5e29e07a89d4f24f3be01b39dcb187b61e47139c (diff)
Makefile was trying to rebuild optint.c Don't understand why this is necessary, but it builds cleanly straqight off CPAN.
Forwarded: not-needed Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2021-12-02 Gbp-Pq: Name optint.patch
-rw-r--r--Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 271598a..d6d991e 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -95,7 +95,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