groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] groff 1.23.0.rc3 with non-GNU make


From: Bruno Haible
Subject: Re: [platform-testers] groff 1.23.0.rc3 with non-GNU make
Date: Mon, 06 Mar 2023 00:31:18 +0100

On FreeBSD, NetBSD, and AIX, with the platform's 'make' program (which is
good enough for building many GNU packages, even as a VPATH build), I
get this build failure:

$ make
...
  GEN      font/devpdf/DESC
  GEN      font/devpdf/Foundry
make: don't know how to make ./shdeps.sed. Stop

The reason is that the Makefile contains a rule for 'shdeps.sed',
however, the targets 'chem', 'glilypond', 'gperl' etc. depend
on $(SH_DEPS_SED_SCRIPT), which expands to './shdeps.sed'.

Changing arch/misc/misc.am

shdeps.sed: $(top_srcdir)/$(arch_shdeps_sh)
->
./shdeps.sed: $(top_srcdir)/$(arch_shdeps_sh)

fixes the problem.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]