From 3069f2682ac661bc10ae5ff0e5cdd0ab9368b274 Mon Sep 17 00:00:00 2001 From: b Date: Thu, 22 Feb 2024 22:43:13 +0000 Subject: [PATCH] change makefile regeneration command --- makefile.1.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile.1.mak b/makefile.1.mak index 72ab790..3868561 100644 --- a/makefile.1.mak +++ b/makefile.1.mak @@ -153,7 +153,7 @@ all: $(BIN) setuid exec makefile: makefile.1.mak $(CONFIGFILE) configure.pl - $(CONFIGURE_CMD) < makefile.1.mak > makefile + $(CONFIGURE_CMD) --in makefile.1.mak --out makefile configure.pl: $(CONFIGFILE) config/configure.1.pl $(PERL) config/configure.1.pl --do target=direct settings-$(TARGET).txt config/settings.txt --in config/configure.1.pl --out configure.pl @@ -204,7 +204,7 @@ install: all cp_bin cp_lib cp_www cp_conf cp_cron clean: $(RM) -f configure.pl $(TO_GENERATE) $(PERL_WRAP_EXEC) $(PERL_WRAP_EXEC:=.c) - $(PERL) config/configure.1.pl --do $(DEFAULT_CONFIGFILE) < makefile.1.mak > makefile + $(PERL) config/configure.1.pl --do $(DEFAULT_CONFIGFILE) --in makefile.1.mak --out makefile PHONY: all clean install setuid exec mktree cp_bin cp_lib cp_www cp_conf cp_cron -- 2.30.2