Index: objfw-config.in ================================================================== --- objfw-config.in +++ objfw-config.in @@ -72,11 +72,11 @@ esac shift done - if test x"$link" = x"yes"; then + if test ! -f "$out" -o x"$link" = x"yes"; then echo "Linking $out..." $OBJC -o $out $objs $LIBS $ENV_LIBS $LDFLAGS $ENV_LDFLAGS exit $? fi