diff options
author | William Ahern <william@solaris.(none)> | 2013-03-01 14:02:34 -0800 |
---|---|---|
committer | William Ahern <william@solaris.(none)> | 2013-03-01 14:02:34 -0800 |
commit | 7a522eac64891902194e274991a460b9df2f338c (patch) | |
tree | 3a152aaf4e2d728d35c9d31573ef2dea7d97cf81 | |
parent | 73e8733549bf3a95117ee6705bc6995a2f27d6dc (diff) | |
download | luaossl-7a522eac64891902194e274991a460b9df2f338c.tar.gz luaossl-7a522eac64891902194e274991a460b9df2f338c.tar.bz2 luaossl-7a522eac64891902194e274991a460b9df2f338c.zip |
-n
fix our proxy Makefile
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ +.POSIX: all: - gmake -f GNUmakefile $(MAKEFLAGS) all + +gmake -f GNUmakefile all .DEFAULT: - gmake -f GNUmakefile $(MAKEFLAGS) $< + +gmake -f GNUmakefile $< |