From 4a8be91314b10f5c27b70394c30f915463a9d7c5 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 6 Sep 2024 11:02:22 +0200 Subject: [PATCH] build: drop unused `NROFF` reference Closes #14812 --- src/Makefile.am | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 8de938f9d9..c1c223b269 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,9 +85,6 @@ libcurltool_la_SOURCES = $(CURL_FILES) endif CLEANFILES = tool_hugehelp.c -# Use the C locale to ensure that only ASCII characters appear in the -# embedded text. -NROFF=env LC_ALL=C @NROFF@ @MANOPT@ 2>/dev/null # figured out by the configure script EXTRA_DIST = mk-file-embed.pl mkhelp.pl \ Makefile.mk curl.rc Makefile.inc CMakeLists.txt .checksrc -- 2.47.3