From 7a522eac64891902194e274991a460b9df2f338c Mon Sep 17 00:00:00 2001 From: William Ahern Date: Fri, 1 Mar 2013 14:02:34 -0800 Subject: -n fix our proxy Makefile --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2150820..d0f0d47 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ +.POSIX: all: - gmake -f GNUmakefile $(MAKEFLAGS) all + +gmake -f GNUmakefile all .DEFAULT: - gmake -f GNUmakefile $(MAKEFLAGS) $< + +gmake -f GNUmakefile $< -- cgit v1.2.3-59-g8ed1b