mirror of https://github.com/BOINC/boinc.git
Fixed RSAEuro makefile so that it doesn't require gcc. This was causing problems when porting.
svn path=/trunk/boinc/; revision=225
This commit is contained in:
parent
976ca1d0d6
commit
d50d2feed7
|
@ -1241,3 +1241,12 @@ Michael Gary 7/18/2002
|
|||
client/
|
||||
Makefile.in
|
||||
|
||||
Eric Heien 7/18/2002
|
||||
- Fixed RSAEuro makefile so that it doesn't require gcc. This was
|
||||
causing problems when porting.
|
||||
|
||||
RSAEuro/source/
|
||||
Makefile (removed)
|
||||
Makefile.in (added)
|
||||
configure
|
||||
configure.in
|
||||
|
|
|
@ -2187,7 +2187,7 @@ done
|
|||
|
||||
ac_given_srcdir=$srcdir
|
||||
|
||||
trap 'rm -fr `echo "apps/Makefile db/Makefile sched/Makefile lib/Makefile client/Makefile tools/Makefile Makefile api/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
trap 'rm -fr `echo "RSAEuro/source/Makefile apps/Makefile db/Makefile sched/Makefile lib/Makefile client/Makefile tools/Makefile Makefile api/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
|
@ -2267,7 +2267,7 @@ EOF
|
|||
|
||||
cat >> $CONFIG_STATUS <<EOF
|
||||
|
||||
CONFIG_FILES=\${CONFIG_FILES-"apps/Makefile db/Makefile sched/Makefile lib/Makefile client/Makefile tools/Makefile Makefile api/Makefile"}
|
||||
CONFIG_FILES=\${CONFIG_FILES-"RSAEuro/source/Makefile apps/Makefile db/Makefile sched/Makefile lib/Makefile client/Makefile tools/Makefile Makefile api/Makefile"}
|
||||
EOF
|
||||
cat >> $CONFIG_STATUS <<\EOF
|
||||
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
|
||||
|
|
|
@ -39,4 +39,4 @@ AC_FUNC_VPRINTF
|
|||
AC_FUNC_WAIT3
|
||||
AC_CHECK_FUNCS(gethostname gettimeofday mkdir select socket strstr uname)
|
||||
|
||||
AC_OUTPUT(apps/Makefile db/Makefile sched/Makefile lib/Makefile client/Makefile tools/Makefile Makefile api/Makefile)
|
||||
AC_OUTPUT(RSAEuro/source/Makefile apps/Makefile db/Makefile sched/Makefile lib/Makefile client/Makefile tools/Makefile Makefile api/Makefile)
|
||||
|
|
Loading…
Reference in New Issue