From: b Date: Thu, 22 Feb 2024 22:43:13 +0000 (+0000) Subject: change makefile regeneration command X-Git-Tag: v1.2.8~1 X-Git-Url: http://bicyclesonthemoon.info/git-projects/?p=ott%2Fbsta;a=commitdiff_plain;h=3069f2682ac661bc10ae5ff0e5cdd0ab9368b274 change makefile regeneration command --- 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