summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWilliam Ahern <william@solaris.(none)>2013-03-01 14:02:34 -0800
committerWilliam Ahern <william@solaris.(none)>2013-03-01 14:02:34 -0800
commit7a522eac64891902194e274991a460b9df2f338c (patch)
tree3a152aaf4e2d728d35c9d31573ef2dea7d97cf81 /Makefile
parent73e8733549bf3a95117ee6705bc6995a2f27d6dc (diff)
downloadluaossl-7a522eac64891902194e274991a460b9df2f338c.tar.gz
luaossl-7a522eac64891902194e274991a460b9df2f338c.tar.bz2
luaossl-7a522eac64891902194e274991a460b9df2f338c.zip
-n
fix our proxy Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2150820..d0f0d47 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
1.POSIX:
1 2
2all: 3all:
3 gmake -f GNUmakefile $(MAKEFLAGS) all 4 +gmake -f GNUmakefile all
4 5
5.DEFAULT: 6.DEFAULT:
6 gmake -f GNUmakefile $(MAKEFLAGS) $< 7 +gmake -f GNUmakefile $<