From 11b9c30ace4f9e1f563ae80efef84749b96c6fc0 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 23 Mar 2020 13:31:34 -0600 Subject: [PATCH] Build nsgmls Patch from Peter G. Note, this is temporary - eventually we will want to use the system nsgmls/onsgmls to handle this and remove our ancient copy of nsgmls. --- cde/programs/nsgmls/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cde/programs/nsgmls/Makefile.am b/cde/programs/nsgmls/Makefile.am index 280dff4b7..fc23c2f12 100644 --- a/cde/programs/nsgmls/Makefile.am +++ b/cde/programs/nsgmls/Makefile.am @@ -28,7 +28,7 @@ nsgmls_CXXFLAGS = -DSP_VOLATILE=volatile -DSP_CONST=const \ -DSP_HAVE_LOCALE -DSP_MULTI_BYTE -DSP_MANUAL_INST endif -.SUFFIXES: .m4 +SUFFIXES: .m4 .m4.C: rm -f $@ $(M4) instmac.m4 $< >$@