diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-14 14:30:36 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-14 14:30:36 +0000 |
commit | b784b8f21f790ee9214a4e46b9b3bb349fb130b4 (patch) | |
tree | 67a3a79043df9dad669c064d0a1e921a468063f2 /bin | |
parent | 25f2d96a8fb16b4f144aeaba7f973675eb700332 (diff) |
indentation fixes
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mklib | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -437,13 +437,13 @@ case $ARCH in echo "mklib: Making BeOS static library: " ${LIBNAME} ar -cru "${LIBNAME}" ${OBJECTS} else - LIBNAME="lib${LIBNAME}.so" - echo "mklib: Making BeOS shared library: " ${LIBNAME} - gcc -nostart -Xlinker "-soname=${LIBNAME}" -L/Be/develop/lib/x86 -lbe ${DEPS} ${OBJECTS} -o "${LIBNAME}" - mimeset -f "${LIBNAME}" - setversion "${LIBNAME}" -app ${MAJOR} ${MINOR} ${PATCH} -short "Powered by Mesa3D!" -long "Powered by Mesa3D!" - fi - FINAL_LIBS=${LIBNAME} + LIBNAME="lib${LIBNAME}.so" + echo "mklib: Making BeOS shared library: " ${LIBNAME} + gcc -nostart -Xlinker "-soname=${LIBNAME}" -L/Be/develop/lib/x86 -lbe ${DEPS} ${OBJECTS} -o "${LIBNAME}" + mimeset -f "${LIBNAME}" + setversion "${LIBNAME}" -app ${MAJOR} ${MINOR} ${PATCH} -short "Powered by Mesa3D!" -long "Powered by Mesa3D!" + fi + FINAL_LIBS=${LIBNAME} ;; 'QNX') |