mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
Changed .tmp in .temp. This fix the "cannot stat" error in mv command.
This commit is contained in:
+4
-4
@@ -114,7 +114,7 @@ test $TEST_TYPE $FILE || {
|
||||
}
|
||||
|
||||
|
||||
cp -p configure.in configure.tmp
|
||||
cp -p configure.in configure.temp
|
||||
|
||||
if test "$ADMS" -eq 1; then
|
||||
|
||||
@@ -123,7 +123,7 @@ if test "$ADMS" -eq 1; then
|
||||
src\/spicelib\/devices\/adms\/hicum0\/Makefile\
|
||||
src\/spicelib\/devices\/adms\/hicum2\/Makefile\
|
||||
src\/spicelib\/devices\/adms\/mextram\/Makefile\
|
||||
src\/spicelib\/devices\/adms\/psp102\/Makefile/g' configure.tmp >configure.in
|
||||
src\/spicelib\/devices\/adms\/psp102\/Makefile/g' configure.temp >configure.in
|
||||
|
||||
currentdir=`pwd`
|
||||
|
||||
@@ -157,7 +157,7 @@ if test "$ADMS" -eq 1; then
|
||||
|
||||
else
|
||||
|
||||
sed '/${VLAMKF}/d' configure.tmp >configure.in
|
||||
sed '/${VLAMKF}/d' configure.temp >configure.in
|
||||
|
||||
fi
|
||||
|
||||
@@ -185,6 +185,6 @@ echo "Running autoconf"
|
||||
autoconf
|
||||
if [ $? -ne 0 ]; then echo "autoconf failed"; exit 1 ; fi
|
||||
|
||||
mv configure.tmp configure.in
|
||||
mv configure.temp configure.in
|
||||
|
||||
echo "Success."
|
||||
|
||||
Reference in New Issue
Block a user