From b4ab3e4b5ed6346a0a05dc0c43bf9bcb5e892e1d Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Tue, 24 Aug 2021 20:08:00 +0200 Subject: Makefile: Swap m4 arguments Put the file after the option argument since it's more common to order them that way. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2f88a43..b7bd9f3 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ all: incdec incdec: incdec.m4.bash incdec.pl - m4 $< --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" > $@ + m4 --define="INCLUDE_INCDEC_PL=include(\`incdec.pl')dnl" $< > $@ incdec.pl: incdec.pl.m4 incdec.pm sed -n '/sub incdec {/,/^}/p' incdec.pm > incdec.sub.pl -- cgit v1.2.3