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 @@ | |||
1 | .POSIX: | ||
1 | 2 | ||
2 | all: | 3 | all: |
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 $< |