From 464d51cc55900461a61982dce7665dd9423e1c28 Mon Sep 17 00:00:00 2001 From: Philip Chimento Date: Sun, 13 Sep 2009 20:20:00 +0000 Subject: [PATCH] Use '-f' instead of '--file' to be more accommodating to OS X awk git-svn-id: http://lassie.dyndns-server.com/svn/gargoyle-gtk@125 ddfedd41-794f-dd11-ae45-00112f111e67 --- interpreters/nitfol/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpreters/nitfol/Makefile.am b/interpreters/nitfol/Makefile.am index 23b9398..ccb415a 100644 --- a/interpreters/nitfol/Makefile.am +++ b/interpreters/nitfol/Makefile.am @@ -41,7 +41,7 @@ dbg_help.texi: inform.y y2help.pl $(PERL) $(srcdir)/y2help.pl $(srcdir)/inform.y copying.c: COPYING copying.awk - $(AWK) --file $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c + $(AWK) -f $(srcdir)/copying.awk <$(srcdir)/COPYING >copying.c # nitfol.6: nitfol.opt opt2glkc.pl # $(PERL) $(srcdir)/opt2glkc.pl -man $(srcdir)/nitfol.opt -- 2.30.2