From: Alexandra Ellwood Date: Thu, 3 Mar 2005 21:03:00 +0000 (+0000) Subject: removed faulty Reconf target which was causing build failures. Need to make it work... X-Git-Tag: krb5-1.4.3-beta1~87 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3538e61fca7f28cdce762efa90bb3ea5613c0e12;p=krb5.git removed faulty Reconf target which was causing build failures. Need to make it work again on the trunk after KfM 5.5 ships git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-4@17108 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam b/src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam index 3f3911842..de3f1bae6 100644 --- a/src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam +++ b/src/mac/MacOSX/Scripts/Kerberos5BuildSystem.jam @@ -28,21 +28,10 @@ CONFIGURE_LDFLAGS = "LDFLAGS=$(CONFIGURE_LDFLAGS:)" ; # script doesn't need to know how the reconf and configure scripts work. # -# Reconf : -rule Reconf -{ - DEPENDS "$(1)" : "$(1).in" "$(Reconf)" ; -} -actions Reconf -{ - cd "$(Sources)" && /bin/sh "$(Reconf)" -f -} - # Configure : rule Configure { DEPENDS "$(1)" : "$(2)" ; - Reconf "$(2)" : "$(2).in" ; Clean.Remove clean "$(1:D)" ; } actions Configure