about summary refs log tree commit diff stats
path: root/wrapperhelper/Makefile
diff options
context:
space:
mode:
authorrajdakin <rajdakin@gmail.com>2024-09-08 16:43:16 +0200
committerGitHub <noreply@github.com>2024-09-08 16:43:16 +0200
commitc87a56ef37e34f2f239a8df9e4d08afd0334ddaf (patch)
tree50b4c7fc6a0cdc6e2c30f16ed1747cc28d6616a3 /wrapperhelper/Makefile
parent2e04ff93cabdbdcef060ce5e40f544f4dd6f93bb (diff)
downloadbox64-c87a56ef37e34f2f239a8df9e4d08afd0334ddaf.tar.gz
box64-c87a56ef37e34f2f239a8df9e4d08afd0334ddaf.zip
[WRAPPERHELPER] Major enhancements in output quality, allow for generic type mapping (#1807)
Diffstat (limited to 'wrapperhelper/Makefile')
-rwxr-xr-xwrapperhelper/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapperhelper/Makefile b/wrapperhelper/Makefile
index a4222bee..31a3e7b0 100755
--- a/wrapperhelper/Makefile
+++ b/wrapperhelper/Makefile
@@ -238,7 +238,7 @@ $(call wrapperhelper_o,,parse,parse): CFLAGS+= -fno-analyzer
 
 src/machine.gen:
 	$(call colorize,96,GEN,33,Generating $@)
-	$(SILENCER)echo | LC_ALL=C LANG=C $(CC) $(CPPFLAGS) -E -v - |& sed ':l; $$ ! { N; b l }; s/.*#include <...> search starts here:\n//; s/End of search list.*//; s/^ /DO_PATH("/; s/\n /")\nDO_PATH("/g; s/\n$$/")/' >src/machine.gen
+	$(SILENCER)echo | LC_ALL=C LANG=C $(CC) $(CPPFLAGS) -E -v - 2>&1 | sed ':l; $$ ! { N; b l }; s/.*#include <...> search starts here:\n//; s/End of search list.*//; s/^ /DO_PATH("/; s/\n /")\nDO_PATH("/g; s/\n$$/")/' >src/machine.gen
 
 #$(eval $(call compile_test_cxx,core/number))