diff options
author | Rob Austein <sra@hactrn.net> | 2006-10-16 19:25:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-10-16 19:25:00 +0000 |
commit | 597ea716ef9d6f6e9c478698a1903b6f4bfb6b29 (patch) | |
tree | 079cde230957da7bff163da2276f4b54fd68e463 /openssl | |
parent | fdee0238b623cd34b9f71e6a99ec6d5b068a08b7 (diff) |
.configured => trunk/Makefile
svn path=/openssl/Makefile; revision=398
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/openssl/Makefile b/openssl/Makefile index cdb4e367..4c40bede 100644 --- a/openssl/Makefile +++ b/openssl/Makefile @@ -1,15 +1,14 @@ # $Id$ -all: .configured +all: trunk/Makefile cd trunk; make $@ clean: - cd trunk; make $@ - rm -f .configured + -cd trunk; make $@ + rm -f trunk/Makefile -.configured: trunk/Configure trunk/config +trunk/Makefile: trunk/Makefile.org trunk/Configure trunk/config cd trunk; PERL=/usr/bin/perl ./config enable-rfc3779 no-dso - touch $@ install: @echo Not attempting to install modified OpenSSL, if you want that, do it yourself |