From 597ea716ef9d6f6e9c478698a1903b6f4bfb6b29 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 16 Oct 2006 19:25:00 +0000 Subject: .configured => trunk/Makefile svn path=/openssl/Makefile; revision=398 --- openssl/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'openssl') 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 -- cgit v1.2.3