From b69163a3879fbc38f2a2c8e83720d5f6c4c10fa1 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Thu, 4 Nov 2021 13:46:07 -0600 Subject: [PATCH] Preprocessing for generated ezxml files. --- libncxml/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libncxml/Makefile.am b/libncxml/Makefile.am index 4baceb4e9..22c40b970 100644 --- a/libncxml/Makefile.am +++ b/libncxml/Makefile.am @@ -41,6 +41,8 @@ makelib:: sed -e 's|//\(.*\)|/*\1*/|' \ cat >./ezxml.c sed -e 's|//\(.*\)|/*\1*/|' ./ezxml.h + sed -i .bak 's//\n#include /g' ezxml.h + rm ezxml.h.bak cp ezxml/license.txt . rm -fr ezxml