]> bicyclesonthemoon.info Git - ott/bsta/commitdiff
change makefile regeneration command
authorb <rowerynaksiezycu@gmail.com>
Thu, 22 Feb 2024 22:43:13 +0000 (22:43 +0000)
committerb <rowerynaksiezycu@gmail.com>
Thu, 22 Feb 2024 22:43:13 +0000 (22:43 +0000)
makefile.1.mak

index 72ab7901fc4693426e2ee6d88c2d1bc2f38e38f6..386856106f73f968f43c9a270200b6c3a5f5be22 100644 (file)
@@ -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